1
votes

I have a web app deployed to Azure App Services. It has a standard domain name under azurewebsites.net. Let's assume it's my-app.azurewebsites.net.

I now need to register a second domain pointing to the same environment. It would be something like alias-to-my-app.azurewebsites.net.

I don't want to use a custom domain. I want the alias to be a subdomain under azurewebsites.net. Is there a way to achieve this in Azure?

3

3 Answers

1
votes

After contacting Microsoft's support, I was informed that this is not currently supported.

0
votes

I don't believe this to be currently possible. The azurewebsites.net hostname is based on the name of the App Service, for which you can only have one.

-1
votes

You can add a external domain under settings > custom domains or an another deployment slot.