powered by UserVoice

Windows Azure Feature Voting Forum

338 votes

Provide DNS Services for my domains and sub-domains

DNS is crucial - if it's down, my Azure web roles are down. I don't trust GoDaddy and Verisign with my production DNS, so I either need to have on-premise load balanced DNS servers or pay someone to do it. It would be great if Windows Azure took care of this for me.

  1. Comments
  1. 3

    There is much more to this than just reliability. I use dnsmadeeasy.com - they have been extremely reliable and full featured. The problem is with supporting naked domains (e.g. cnn.com as opposed to www.cnn.com). I know the standard approach is to add a CNAME from www to xxx.cloudapp.net and then use your dns provider's http redirection to redirect the naked domain to www.cloudapp.net. This is not really a viable solution though:

    1) while dnsmadeeasy does provide this redirection. It (and almost... more

  2. If Microsoft doesn't want to get into the nameserver business (and I don't blame them though Google just took the plunge), then they should at the very least have an official list of registrars which work well with Azure.

  3. 3

    It's a common practice for WebApps to provide subdomain processing:

    client1.domainApp.com,
    client2.domainApp.com
    ...
    clientN.domainApp.com

    And using the Rewrite Module pass parameters to pages, so you can change LOGOS or CSS files to fit the desires of your clients.

    So a Redirect is not an option as we want to keep the subdomain visible. Also to say that having a subdomain tells your client that he is not another parameter, but a special client.

    I've read a lot of threads (http://social... more

  4. 2

    +1 redirecting the root website is really a must have - elastic IP's will also be a help but with the cons (hosting apps in multiple geo-locations) providing DNS services seems to be the best alternative

  5. 1

    I compiled a list of alternate DNS hosts with different pricing options. The ones on top support "Anycasting" and several support Dynamic DNS. I haven't figured out which one works best with my Azure needs, but feel free to check them out yourself!

    Akamai
    Neustar / UltraDNS
    ATT
    Dynect
    Netriplex
    Verizon
    Nettica
    DnsMadeEasy
    EasyDNS
    No-IP
    DNS Max
    Dns Widge
    DNSPark.com
    WorldWideDNS.net
    ZoneEdit

  6. 2

    +1 More info on issues with common DNS Providers; especially when redirecting your root website to app.cloudapp.net

    http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/29d7ad54-f8c0-4ef1-a38c-3dfa975a6152

powered by UserVoice