I have two VM on azure having IP address 1. VM 1 - 10.0.0.4 2. VM 2 - 10.0.0.5
Default gateway for both of them is 10.0.0.1
Both of these machines have their own SQL server instances. I want to connect each instance from another machine on a local network of azure.
I am trying 10.0.0.4\sqlinstance from 10.0.0.5 however connection couldn't be established.
I checked ping on each other. Every possible ping is giving RTO probably because ICMP might be disabled.
Any help?