1
I’m creating an Azure app.
I’ve already set the domain to the main address: (beleza.vc), and it’s all okay.
Now I’m having trouble setting up a subdomain that will go to the blog folder. Ex: (beleza.vc/blog). But I need it to be blog.beleza.vc.
The domain was registered on namecheap.com


Thiago, can you please show me how you make it to blog.beleza.vc?
– rodrigorf
You having run
beleza.com.br/blog, just on your DNS, create an entryCNAMEby nameblogand with valuebeleza.com.br/blog. So every time someone accessesblog.beleza.com, your app will deliver the content ofbeleza.com.br/blog.– Thiago Lunardi