Alternate way to validate App Service Managed Certificates?

Joe H 96 Reputation points
2020-04-28T16:32:21.27+00:00

Is there an alternate method of validation for creating an App Services Managed Certificate? We use CloudFlare in front of our App Services, so the CNAME points to CloudFlare and not Azure. Consequently, validation fails. A preferable alternate solution would be to check if the domain the cert if being requested for is already a custom domain in the web app. If it is, since it you have already been validated as the owner of that domain, it should suffice for an app services managed cert. If you can't do that, then allow using a DNS TXT record for verification. Thanks!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,930 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yutang Lin 86 Reputation points Microsoft Employee
    2020-04-29T15:55:55.867+00:00

    Currently, there's no alternative way to validate creating an ASMC. The only way to validate an ASMC is if your custom domain has a CNAME pointed to your <app-name>.azurewebsites.net.

    1 person found this answer helpful.
    0 comments No comments