Azure – Connect to Azure VM on 8080 port

azureazure-networking

I am not able to connect to azure vm on port 8080 through IIS using Http. However i can reach out to default 80 port. I have already configured NSG with CIDR block pointing to my workstation's public ip address. any thoughts?

Actually my TFS is hosted on Azure VM which uses 8080 port by default.

Best Answer

Your question doesn't have a great deal of detail, but things to check:

  1. Can you actually connect to that port from a browser running on the Azure VM its self, if not then this is an issue with the VM configuration or application
  2. Check the Windows firewall on the VM its self, does it allow inbound access on port 80?
  3. Check your NSG, make sure that your rules allow inbound access. Start with less restrictive rule and narrow down as required
Related Topic