Hello,
I bough domain from GoDaddy: "whatever.online". Later I created Azure DNS zone "whatever.online" and got following NS servers:
ns1-08.azure-dns.com.
ns2-08.azure-dns.net.
ns3-08.azure-dns.org.
ns4-08.azure-dns.info.
Than I went to GoDaddy's console and add Azure NS severs (btw without trailing dot, with dot it wasn't accepted by godaddy) which automatically deleted all existing DNS record which is fine I believe:
In Azure for testing I created A record pointing to 10.10.10.10.
Now I'm expecting that it will resolve but it is not:
nslookup whatever.online ns1-08.azure-dns.com
Server: ns1-08.azure-dns.com
Address: 40.90.4.8#53
*** Can't find whatever.online: No answer
Is it expected behavior and I need just wait for some time or I'm did something wrong?