I have your VM public ip address
xxx1.northeurope.cloudapp.azure.com
I want to add 1 TXT record in DNS, for this purpose I created the following DNS zone
xxx1.northeurope.cloudapp.azure.com
then added 1 record
test TXT 3600 TEST
however i can't solve it
dig TXT +noadditional +noquestion +nocomments +nocmd +nostats xxx1.northeurope.cloudapp.azure.com. @8.8.4.4
northeurope.cloudapp.azure.com. 60 IN SOA ns1-201.azure-dns.com. msnhst.microsoft.com. 10001 900 300 604800 60
I can only resolve with the zone's name server: ns1-02.azure-dns.com.
dig TXT +noadditional +noquestion +nocomments +nocmd +nostats xxx1.northeurope.cloudapp.azure.com. @ns1-02.azure-dns.com.
northeurope.cloudapp.azure.com. 300 IN SOA ns1-02.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300
I can't solve it from outside
what could be the problem?
I hope to get TEST DNS record