Search code examples
azuresubdomain

Creating subdomains in Azure


We have a VM in Azure, ourserver.westeurope.cloudapp.azure.com. I need to create two subdomains, sub1.ourserver.westeurope.cloudapp.azure.com and sub2.ourserver.westeurope.cloudapp.azure.com. Both must point to the same IP as ourserver.westeurope.cloudapp.azure.com.

How do I do it?


Solution

  • For now, Azure does not support add subdomains.

    If you want to use subdomains, maybe you can buy a domain name from domain register(third party, like register.com, godaddy.com), and map your domain name to this VM's Public IP address, then add subdomains to this public IP address.