Hi,
I want to ask is it possible to have a sub domain like this in cloudflare? and how to map it to azure folder?
api.myproduct.mycompany.com
Thanks,
Jassim
Hi,
I want to ask is it possible to have a sub domain like this in cloudflare? and how to map it to azure folder?
api.myproduct.mycompany.com
Thanks,
Jassim
Why wouldn’t it be possible? It is no different than creating a DKIM record in the format of selector._domainkey.example.com
If you plan on proxying the record, you will need to purchase Advanced Certificate Manager to provide a certificate for a hostname at that level.
How to map it to an Azure folder is something you will need to find in the Azure documentation unless another Community member happens to know.
can I do it with CNAME only? I am not good with Cloudfrale
My requirements i like this…
I have several apps and that uses webservices (PHP) and they are currently is different locations so I want to bring all under one domain which softnames.com
so app1 will have the APIs under api.app1.softnames.com
and app2 will have the APIs under api.app2.softnames.com
A CNAME simply creates an alias to another name, known as the canonical name, which is why the records is called a CNAME.
If api.app1.example.com
and api.app2.example.com
are both at the same address as the one where example.com
is hosted, you could use CNAMEs for those names that point to example.com
.
Just remember: