I have 2 Windows Azure VMs. One is Database server and other is App server (hosting some .net application). I am trying to ping the Database server from App server but getting a request time out. I found that if load balancer is used we cannot ping the Azure VMs.
My issue is I am not able to make sure weather these servers are connected or not. I found out a similar kind of question . But in my case i have turn off the firewalls of both VMs but still not able to connect.
Does anyone have idea about it?