Adding a Custom Domain Name
Custom domain
Last updated
Was this helpful?
Custom domain
The automatically generated domain uses azurewebsites.net which is often blocked by web filtering products as it's often used by spammers and phishing sites due to the ease of obtaining an azurewebsites.net subdomain.
Your bookmark stays the same if you redeploy.
Easier to communicate internally and looks better for your team.
At the moment of deployment, the application uses a generated domain name. To change this, follow these instructions:
Go to management.cipp.app
The screen will give you the DNS record you need to add at your DNS provider: a CNAME for a subdomain, or an A record for an apex (root) domain.
If a TXT record named asuid.<your domain> exists from a previous setup, remove it — domain-verification TXT records are no longer used, and a leftover one blocks validation.
For more information see Microsoft's documentation at https://learn.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-domain?tabs=root%2Cazurecli
Last updated
Was this helpful?
Was this helpful?

