I'm new in Azure.
I'm trying to deploy SharePoint server in Azure according this article (msdn.microsoft.com/en-us/library/azure/dn275966.aspx)
I have no own DNS-server and I don't config DNS-server like this article.
I create virtual network 10.0.0.0/8 10.0.0.4 - 10.255.255.254 with subnet 10.0.0.0/9 10.0.0.4-10.127.255.254
I deployed domain controllers (phase 2 of the article), but servers cant connect each other. I can't see other computers and can't ping them. I tried ping them via domain name and ip-address.
I have no virtual machines in my virtual network. They just work in own subnets.
For example, this is network settings of my domain controller and my backup domain controller
domain controller:
IPv4: 100.79.152.31
mask: 255.255.254.0
default gateway: 100.79.152.1
DNS: 100.79.152.90
DHCP: 10.102.215.82
Public IP 23.102.163.219
backup domain controller:
IPv4: 100.79.126.62
mask: 255.255.254.0
default gateway: 100.79.126.1
DNS and DHCP: 100.79.128.90
Public IP 23.102.134.169
What I did wrong