Trouble Verifying Custom Domain on Azure?

0
21
Asked By CoolCactus2023 On

I'm having a tough time verifying my custom domain after adding a TXT record in my registrar's hosted zone. It's been about 48 hours, and I can confirm it's propagating correctly since it shows up when I check with nslookup. However, when I try to verify it in the Azure console, it keeps failing. Any suggestions on what I might be doing wrong?

3 Answers

Answered By TechSavvySam On

Make sure to check if the TXT record is available using PowerShell. You can run this command: `Resolve-DnsName -Name mydomain.com -Type TXT`. If it shows up correctly there, then it's propagated properly.

Answered By HelpfulHarry On

I've faced similar issues before. If the verification fails after a few minutes (assuming you've set a low TTL), try deleting the custom domain in the Azure portal first, then remove it from your DNS. Don't just replace it, start fresh and create it again.

Answered By CuriousCoder88 On

If you're having verification issues, try regenerating the TXT record for validation. Sometimes a fresh record can do the trick!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.