Step-by-step instructions for connecting your GoDaddy domain to an Azure App Service or other Azure resource.
In the Azure Portal, navigate to your App Service (or relevant resource):
Go to Custom domains in the left menu
Click Add custom domain
Enter your GoDaddy domain name (e.g., yourdomain.com)
Azure will show you two values:
A TXT record (for domain verification)
A CNAME or A record (for routing traffic)
Log into GoDaddy → My Products → DNS for your domain.
For an apex/root domain (yourdomain.com):
Add an A record: @ → Azure's IP address
Add a TXT record: asuid → the verification ID from Azure
For a subdomain (www.yourdomain.com):
Add a CNAME record: www → your Azure default hostname (e.g., myapp.azurewebsites.net)
Add a TXT record: asuid.www → the verification ID from Azure
Go back to Azure Portal → Custom domains
Click Validate next to your domain
Once both checks turn green, click Add custom domain
In Custom domains, click Add binding next to your domain
Choose Create App Service Managed Certificate (free) or upload your own
Set TLS/SSL type to SNI SSL
DNS propagation can take a few minutes to 48 hours; GoDaddy usually updates within an hour.
If validation keeps failing, check for extra spaces in the TXT record value.
For Azure Static Web Apps or Azure CDN, steps are similar — look for Custom domains within that specific resource.