Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
domain verification taking too long or not completing in Azure App Service.
My domain is managed on the same azure account / subscription where I am trying to obtain the SSL certificate. The TXT has been added to the DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
AI answer
If the domain is in the same subscription, the fastest verification path is usually App Service verification when the domain is already mapped to the App Service app. If verification is still taking too long, use this checklist:
@ for the name, with the domain verification token as the value. After adding it, wait a few minutes and select Refresh in the portal. az resource show -g <ResourceGroupName> -n <CertificateName> --resource-type Microsoft.CertificateRegistration/certificateOrders --query "properties.provisioningState"
If the state is Pendingissuance or similar, domain verification is not yet complete and must be finished in the portal or by an out-of-band method.