When I try to lookup the following CNAME, it sometimes works, sometimes doesn't. When it doesn't work, I get an error saying that DNS name does not exists.
Resolve-DnsName -Name glac.tentaroo.com -Server ns1-09.azure-dns.com
In general, it seems that Azure DNS doesn't always match what I have configured in powershell.
I just used nslookup to check for NS records in all of the zones I recently added. Out of the 34 zones I setup, 14 respond with the SOA when I use nslookup to check for NS records.
Even in some of the zones were the NS records were added correctly, other records such as www won't return.
Resolve-DnsName -Name www.cpcbsa.org -Server ns1-03.azure-dns.com
The above command returns an error saying that the DNS name does not exist. Again, I can check anytime in PS and the dns name is there.
Am I missing something or is Azure DNS completely broken??