I have created a new Azure DNS Zone for the test domain idlebytes.tk, and i have added few subdomains like www.idlebytes.tk in Azure.
I am able to view those DNS records using Azure-cli tools.
But when i try to use nslookup by explicitly setting the DNS server to the one which was NS provided by Azure, I'm not able to resolve the same.
$ nslookup
> server ns1-07.azure-dns.com.
Default server: ns1-07.azure-dns.com.
Address: 40.90.4.7#53
> idlebytes.tk
;; connection timed out; no servers could be reached
I haven't pointed the domain from freenom registrar to this NS, but my understanding is that if we directly query the Azure DNS, we will be able to resolve what we manage using Azure interfaces.
Also, When i tried to add the Azure NS in freenom manage DNS, it shows error as "Invalid nameserver given ns2-07.azure-dns.net"
What am I doing wrong here?