[Solved] Can not ping to Azure VM

The remote computer refused the network connection. According to the error, you need check whether your app is running firstly.Based on my experience, if Azure NSG or Firewall block the port 80, you should get error Request timed out. You could use netstat -ant|grep 80 Please ensure port 80 is listening like below: tcp 0 … Read more