I have created virtual network and I have added 3 virtual machines to it.
One of the virtual machines I have installed Active Directory.
I have added two other virtual machines to this domain. So, all three virtual machines are in same domain. I can ping virtual machines using IP-address but I cannot ping virtual machines by name.
Azure website:
networks/configure/dns servers
Google 8.8.8.8
MyDNSServer 10.0.0.3 (I cannot change this, Azure will automatically offers it)
However, first availabe IP-address is 10.0.0.4 and I have set that to static my MyDNSServer.
I have also removed all forwarders but its not working either. I tried also use IP adress 10.0.0.4 what is my virtual machines static IP, but it gives me an error message: "The server forwarders cannot be updated. The IP address is invalid."
I have used this guide: https://azure.microsoft.com/en-in/documentation/articles/active-directory-new-forest-virtual-machine/
What is problem here? Why I cannot ping virtual machines by name?