Translate
Problemas al validar dominio personalizado en Azure Static Web App con GoDaddy
Hello community,
I’m deploying an Azure Static Web App with CI/CD integration from a GitHub repository. The app is successfully published using the temporary Azure URL (*.azurestaticapps.net).
I attempted to add a custom domain purchased through GoDaddy, but after more than 36 hours, the domain validation is still incomplete and the SSL certificate hasn’t been issued. In the browser, I get the error: net::ERR_CERT_COMMON_NAME_INVALID.
🔧 Technical Configuration:
CNAME record in GoDaddy is configured as follows:
- Host: www
- Value: Temporary Azure URL (omitted for security)
In Azure:
- Custom domain: www.my-domain.com (example)
- Status: ❌ “Validation error”
Message: "The CNAME record may not be properly configured, or may still be propagating."
✅ Actions Taken:
- DNS propagation verified via DNSChecker → appears globally resolved
- No conflicting A records in GoDaddy
- Ran ipconfig /flushdns
- Tested on multiple browsers and in incognito mode
- Over 36 hours have passed (close to 48h)
❓Questions:
- Is it normal for domain validation to take longer than 48 hours?
- Is there a way to restart the validation process in Azure?
- Is any additional configuration required if the domain is also used with Microsoft 365 email?
Any guidance or insights would be greatly appreciated. 🙏