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?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ