The create pane writes "Hostname eligible for certificate creation. Click Create to create your App Service Managed Certificate."
But when I click "Create", the Creation fails with "Failed to create App Service Managed Certificate for hostname abc.mydomain.com. Click here for more details. Error Details: Properties.CanonicalName is invalid. Certificate creation failed unexpectedly for canonical name abc.mydomain.com"
The DNS for mydomain.com:
- contains a CNAME record for abc.mydomain.com pointing to myfirstdapp.azurewebsites.net
- contains a CNAME record for xyz.mydomain.com pointing to mysecomdapp.azurewebsites.net
- contains a wildcard CNAME record for *.mydomain.com pointing to mythirdapp.azurewebsites.net
I was able to successfully create an App Service Managed Certificate for hostname xyz.mydomain.com, but I cannot create one for abc.mydomain.com. The documentation states: "You can create only one certificate for each supported custom domain." But these are different subdomain and are connected to different app services. Does anyone know what the problem could be?