Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
hi Evans, Jamie (Cognizant) & thx for sharing urs issue here at Q&A portal,
portal change appears to be deliberate, although I agree it’s poorly communicated. Microsoft is pushing secure unique default hostnames to reduce dangling DNS and subdomain takeover risk. The generated hostname includes a deterministic hash based on the selected reuse scope. The ARM API still supports autoGeneratedDomainNameLabelScope, and omitting that property preserves the traditional predictable <app-name>.azurewebsites.net hostname. So this isn’t currently enforced by the App Service platform itself; it’s the portal creation experience applying a safer default.
For an environment with thousands of resources and established naming standards, I wouldn’t use the portal workaround manually. This is exactly where Bicep, ARM, Terraform, or an internal deployment template should define the required behavior consistently.
I haven’t found a public announcement explaining why the toggle was removed or confirming whether it will return. It may be worth opening portal feedback and an App Service support request asking whether this is an intentional permanent UX change. The inconsistency between the portal and API should at least be documented clearly.
rgds,
Alex
&
If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal
and at my blog https://ctrlaltdel.blog/