Domain verification is not working

Grmacjon-MSFT 15,851 Reputation points
2019-10-29T22:46:27.267+00:00

The App Service certificate requires domain verification before the certificate is ready to use. I bought an App Service Certificate for a custom domain, however when I select Verify, the process fails. How can I resolve this issue?

Sourced from Azure Docs

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,852 questions
{count} vote

Accepted answer
  1. bharathn-msft 5,086 Reputation points Microsoft Employee
    2019-10-29T23:30:05.103+00:00

    Manually verify your domain by adding a TXT record:

    • Go to the Domain Name Service (DNS) provider that hosts your domain name.
    • Add a TXT record for your domain that uses the value of the domain token that's shown in the Azure portal.
    • Wait a few minutes for DNS propagation to run, and then select the Refresh button to trigger the verification.

    As an alternative, you can use the HTML webpage method to manually verify your domain. This method allows the certificate authority to confirm the domain ownership of the domain that the certificate is issued for.

    • Create an HTML file that's named {domain verification token}.html. The content of this file should be the value of domain verification token.
    • Upload this file at the root of the web server that's hosting your domain.
    • Select Refresh to check the certificate status. It might take few minutes for verification to finish.

    For example, if you're buying a standard certificate for azure.com with the domain verification token 1234abcd, a web request made to https://azure.com/1234abcd.html should return 1234abcd.

    Important:
    A certificate order has only 15 days to complete the domain verification operation. After 15 days, the certificate authority denies the certificate, and you are not charged for the certificate. In this situation, delete this certificate and try again.

    Sourced from Azure Docs

    2 people found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more