Doman Verification Failure

Dev Parekh 0 Reputation points
2025-08-25T05:27:15.0733333+00:00

I have added my domain to Azure, and have succesfully configured the TXT record on Godaddy, but yet even after 5-6 days i am unable to verify the domain.

i tried adding both TXT and MX record didnt work then also. Can someone please help.

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michele Ariis 4,590 Reputation points MVP
    2025-08-25T07:42:14.0133333+00:00

    Hi, it's almost always one of these: 1) Wrong TXT/in the wrong place: in Entra ID → Custom domain names take the MS=ms… token and create a TXT at the top of the domain on GoDaddy (Host=@, not www), Value = exactly that token (no quotes/spaces), save and then click Verify in Entra; the MX is not needed. 2) Different authoritative DNS: if you put the TXT in Azure DNS but the domain is still delegated to GoDaddy nameservers, Entra won't see it; either keep the TXT on GoDaddy or delegate the NS to Azure's. 3) Cache or conflicts: leave a single MS=… TXT, delete the old ones, wait 15–60 minutes and try again; verify yourself with nslookup -type=TXT yourdomain.com (you should see MS=ms…). 4) Domain already verified elsewhere: if it's linked to another tenant, this will never happen; Remove it from the previous tenant or open a ticket with Microsoft requesting a domain takeover (the TXT proves ownership). Extra: no Cloudflare-style proxies on the TXT; for IDN domains, use the punycode form. In short: unique TXT to @ with the exact token in the authoritative DNS; verify with nslookup; if still nothing after 1 hour, it's almost certainly tied to another tenant.


Your answer

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