Home > Software engineering >  Azure VM Connection Refused
Azure VM Connection Refused

Time:09-14

I created a VM in Microsoft Azure with Ubuntu 20 in which I run a Tomcat Server exposed to Port 443 and 80 (redirecting to 443), Neo4j on Port 7474, and Jenkins on Port 8081. I can't access neither of those ports, although I set all the Inbound Port Rules like this:

enter image description here

When I try to reach IP:PORT, I always get this:

enter image description here

I am kinda new to Azure. It is possible to log in to the servier via SSH in the Terminal. Can anyone help me? How can I access my Server?

CodePudding user response:

Have you tried to access to the VMs by using SSH and looking whats going on with the logs ?!

CodePudding user response:

I will try to help you. I tried to ping your machine with the IP address, but I didn't get a response. Is the vm working ?

  • Related