An Azure service that provides a cloud content delivery network with threat protection.
Hi @Omar M,
Thank you for reaching out on Microsoft Q&A forum.
When a custom domain in Azure Front Door (Standard/Premium) remains in Pending state even though DNS diagnostics show correct records, please review the following:
1.Verify public DNS propagation
- Confirm the TXT record is publicly resolvable using tools like
nslookup,dig, or online DNS checkers. - Ensure the TXT value exactly matches the value generated by Azure Front Door.
- DNS propagation can vary depending on TTL and DNS provider.
2.Confirm CNAME configuration
- Ensure the custom domain CNAME points to the correct Azure Front Door endpoint hostname (
*.azurefd.net). - Verify there are no conflicting or stale DNS records (old CNAMEs or TXT records).
3.Validate Front Door configuration
- Confirm the custom domain is associated with the correct Front Door endpoint and route.
- Ensure the route provisioning state shows Succeeded.
- Make sure HTTPS settings (Azure-managed certificate or BYOC) are configured correctly.
4.Check for CAA records
- If you are using an Azure-managed certificate, verify whether a CAA record exists on the domain.
- If present, ensure it allows Microsoft’s certificate authority (for example, DigiCert). Missing or restrictive CAA records can prevent validation even when TXT records are correct.
5.Allow sufficient time
- In most cases validation completes automatically after DNS is detected.
- If the status remains Pending for an extended period despite correct DNS, backend verification from Microsoft may be required.
Note: Even if the checks above have been completed, if the issue persists, we may need to resolve it from the backend. Could you please share the requested details with me via private message?
Kindly let us know if the above helps or you need further assistance on this issue.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".