I am trying to point a name.com domain to our website on microsoft azure. I tried multiple things but the system is not accepting it on Azure...
I have added 4 CNAME records and one A Record as follows:
- awverify.mydomain.net to awverify.mydomain.azurewebsites.net (CNAME)
- awverify.www.mydomain.net to awverify.mydomain.azurewebsites.net (CNAME)
- mydomain.net to mydomain.azurewebsites.net (CNAME)
- www.mydomain.net to mydomain.azurewebsites.net (CNAME)
- mydomain.net to IP shown on azure (A Record)
It's a .NET top level domain purchased on name.com ... Also, around 24 hours have passed since I updated these records on name.com so it should not probably be a dns propagation issue. Please suggest it I am doing anything wrong...
When I try to add mydomain.net on windows azure... this is the error that I am consistently getting...
A CNAME record pointing from mydomain.net to mydomain.azurewebsites.net was not found. Alternative record awverify.mydomain.net to awverify.mydomain.azurewebsites.net was not found either.
Also a suggestion if anybody from microsoft azure checks this question... Why is it not possible to simply add a name server for windows azure websites like most of the other hosting providers? It's a lot more simpler and straight forward to do it this way. Isn't it?