Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Can't add TLS/SSL binding to custom domain
I've added a custom domain to a web app (which included a verification step, which looked for CNAME and TXT records, which passed), but adding the binding to the custom domain fails with "Hostname not eligible for App Service Managed Certificates creation. Ensure that your domain foo.example.com has an active CNAME record which is set to example-foo-web.azurewebsites.net."
I'm 100% sure the CNAME exists and is correct, confirmed by https://www.digwebinterface.com/
When I click to troubleshoot, the Reason for Failure is "Certificate import failure needs more investigation" and the Recommended Action is "Please create a support ticket and provide this Correlation Id : ABC123..."
DNS occasionally takes some time, but it's been about 6 hours.
What are my next steps here?