How can I reach my VM in Azure ML studio via external port 8000?

Christopher 5 Reputation points
2023-12-04T18:27:07.1533333+00:00

I can ping the public IP, but if I try any port I get no response back. The local IP works with my api hosted on the machine but it is unreachable via public IP. I have been to the networking tab and everything is enabled. What else can I check?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,646 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,352 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. Luis Arias 5,291 Reputation points
    2023-12-04T18:53:19.73+00:00

    Hello Christopher,

    If you already have the AzureML enable outbound unrestricted like the image

    User's image

    Here some additional verification steps:

    • NSG Associated to the vnet and also if there is NSG associated to the network interface
    • If you’re using a network security group (NSG) or a firewall, create an inbound rule to permit traffic on port 8000.
    • Verify that the port is indeed listening, you can use the netstat -ant command on your VM.

    Let me know if this help you to solve the issue.

    Luis Arias


  2. Christopher 5 Reputation points
    2023-12-04T19:36:39.6666667+00:00

    Screenshot from 2023-12-04 19-35-48

    also I made an NSG rule which also seems to have no effect

    0 comments No comments