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
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.
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.
If you're having verification issues, try regenerating the TXT record for validation. Sometimes a fresh record can do the trick!
Related Questions
Cloudflare Origin SSL Certificate Setup Guide
How To Effectively Monetize A Site With Ads