Need to Verify Azure Domain that is Registered with Route 53

0

I need to Verify my Domain in Azure that is Registered with Route 53, the Azure Verifications keeps failing. I have tried both "TXT" and "MX" Records in the Route 53 DNS Hosted Zone and waited the 72 hours and the Verification continues to fail. Is there a Tutorial on this anywhere, am I creating my records wrong? Any and all help is much appreciated! Thank You!

已提问 2 年前1305 查看次数
2 回答
2

Try leaving the subdomain blank rather than including "@" symbol as confusingly specified by Microsoft. It worked for me.

已回答 2 年前
  • Thanks for the tip. Worked like a charm

0

Hello

I understand that you have the domain in Route 53 and you have created records in DNS but it's failing...!

Example to create MX records in AWS Route 53, Record Type MX 10 mail.example.com

Example to Create TXT records: Sometimes the TXT records are too large you will get some Error CharacterStringTooLong You can solve this by the solution.

enclose each part in double quotation marks. For example, the value for "long_string" will be split into "long_""string".


"IQeB2tLX9UWvQMpI3aZuh6Ym6hcvLnbEkALWaM"
"QvqwgxZs1qF6t5VKMjWeNNWIScyNTYL4Ud8wDi"
"BcWh492HustfGUxrl5zmRfEl8BzCbrOqpKPLBmk/"
"xrHRw9PHIJyYOaZA2PFqVcp6mzxjyUmn0DH9HX
"dhIznflBoIOLL1dm77PyDOKdEWRkSLMCA72mZb"
"Fr9gxda72ocQIDAQAB"

How to Test the DNS are configured properly ?

  1. On Linux or macOS, use: dig <domain name> MX
  2. On Windows nslookup -type=MX <domain name>
  3. also you can use Google Dig website to check the records are propagated https://toolbox.googleapps.com/apps/dig/
profile picture
GK
已回答 2 年前
  • i got the response i was looking for what would be the next step?

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则