简体   繁体   中英

Setup DNS server on Azure VM

I have a SaaS company and i need to create subdomains automatic for each client. So i have:

    • www.domainA.com , I create two NS, ns1 and ns2 for the same IP (azure public ip).
  • After that i change www.domainA.com for that ns1, ns2;
  • I Install dns role on Azure vm add i have domainA.com;
  • I open DNS port (53) on azure portal;
  • I also include domainA.com into DNS server inside VM!

When i do ping to ns1.domainA.com works! but to domainA.com not

What i am doing wrong?

Thanks 在此处输入图片说明

Microsoft now offers a DNS service as part of Azure. It's in preview, but it is just what you are after. We are using it for SaaS and provisioning new CName records using the REST API: https://azure.microsoft.com/en-us/documentation/articles/dns-overview/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM