I am trying to follow this guide: http://techgenix.com/azure-dns-service/
In Azure I created a DNS Zone for "lcnw.app" and copied the name servers over to my Google Domains. Google Domains Name servers
I also added a new record in the Azure DNS Zone for
name: www
type: A
TTL: 1 hour
Value: 40.112.133.36 (IP Address of VM).
Then if I open a command prompt and enter "nslookup www.lcnw.app ns1-09.azure-dns.com" it resolves the correct address.
But when I test with the DNS lookup tool, I get "DNS Record not found".
Any ideas would be greatly appreciated!