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!

demandé il y a 2 ans1305 vues
2 réponses
2

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

répondu il y a 2 ans
  • 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
répondu il y a 2 ans
  • i got the response i was looking for what would be the next step?

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions