Share via

Domain validation problem - Rejected

Luis Nishimori 0 Reputation points
2026-05-19T11:51:17.1633333+00:00

I would like to know the detailed reason why one of the domains I registered in AFD was marked as rejected.

I checked using nslookup and the TXT record is configured correctly, including both the host and the value.

Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.


1 answer

Sort by: Most helpful
  1. Ravi Varma Mudduluru 12,370 Reputation points Microsoft External Staff Moderator
    2026-05-19T15:21:54.95+00:00

    Hello @Luis Nishimori

    when a custom domain shows up as Rejected in Azure Front Door it means the certificate authority actually refused to issue the managed certificate for your domain. It isn’t just a DNS lookup problem—it’s a CA-level rejection. Here’s what you can check and try:

    Click the “Rejected” status in the portal

    • In your Front Door profile under Settings → Domains, click the domain name, then click the Rejected link.
      • On the validation page, hit Regenerate. This gives you a fresh TXT validation token.

    Verify you’re using the correct TXT record format

    • For Front Door (both Classic and Standard/Premium), the TXT record name must be _dnsauth.<your-subdomain> (not asuid or any other prefix).
    • Paste the new token exactly as shown in the portal.
    • Set TTL to something low (e.g. 3600 seconds) so changes propagate quickly.

    Check global propagation

    • Use a tool like https://dnschecker.org/ to confirm your _dnsauth TXT record is visible worldwide.
    • Remember stale DNS caches can linger, so you might need to wait up to an hour (TTL) or flush your local DNS cache (ipconfig /flushdns).

    Make sure there are no conflicting DNS records

    • Don’t have other TXT records or CNAME/A records for the same name that could confuse the CA check.
    • Confirm your CNAME for traffic routing points only to your Front Door endpoint (for example, contoso.z01.azurefd.net or similar).

    Re-validate in the portal

    • After DNS propagates, go back to your domain in Front Door and click Refresh (or Retry).
    • If the record matches what Front Door expects, the status should go to Approved within minutes.

    Reference list:

    If the above steps didn't fix the issue, could you please check the private message and share the requested details there?

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.