Reputation: 1200
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?
Upvotes: 2
Views: 1379
Reputation: 1200
After contacting Microsoft's support, I was informed that this is not currently supported.
Upvotes: 2
Reputation: 5083
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.
Upvotes: 0
Reputation: 1
You can add a external domain under settings > custom domains or an another deployment slot.
Upvotes: -1