Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hey,
I need some help with adding a custom domain to my Azure web app. Right now, my domain looks like this: MY_DOMAIN.azurewebsites.net. But I want to make it look like app.MY_DOMAIN.azurewebsites.net. Can anyone guide me on how to do this?
Hi,
Unfortunately you cannot add a second level under azurewebsites.net. When using the built-in azurewebsites.net domain you can only create names at *.azurewebsites.net level, (e.g. name1.azurewebsites.net, name2.azurewebsites.net, etc.).
Please click Accept Answer if the above was useful.
Thanks.
-TP