I have an Azure VM setup and I have a program that SSH's out from that VM to port 7022 on my supplier's server.
Sometimes I am unable to connect to this port and this can last for up to 30 minutes or longer. The app needs to be constantly connected 247 so this is a big problem. The problem is intermittent.
To debug I have tried to telnet to the port, and when the problem is occurring this fails (Could not open connection to the host, on port 7022: Connect failed). If I try to telnet to my supplier from several different machines on different networks it works.
- A VM restart does not always fix the problem
- Stopping and starting the VM in azure portal sometimes works but other times does not
- I am able to view the website on the supplier server at port 80 from the VM
This seems to be a problem in Azure network - does anyone know of any steps I can take to try and isolate where the problem is happening or anything I can try in order to fix it? Currently it seems the only option is to open a ticket with Azure and pay for their support service.