How to configure subdomain in microsoft Azure

Asked

Viewed 929 times

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

1 answer

1


To do this is very simple, just, on your DNS, create an entry CNAME by name blog pointing to beleza.vc/blog.

inserir a descrição da imagem aqui

If using the Azure DNS - because you can register your domain in Namecheap and use the Domain namespaces Azure - to manage your domain hosting, just click "+ Record set" and add the entry like this:

  • NAME: blog
  • TYPE: CNAME
  • TTL: 60
  • VALUE: beauty.vc/blog

Azure DNS Zone

If the domain management was not in Azure and would like to try, read here how delegate your domain to Azure DNS.

  • Thiago, can you please show me how you make it to blog.beleza.vc?

  • You having run beleza.com.br/blog, just on your DNS, create an entry CNAME by name blog and with value beleza.com.br/blog. So every time someone accesses blog.beleza.com, your app will deliver the content of beleza.com.br/blog.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.