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?

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南