How do I open an inbound port on Azure Machine Learning VM?

Houman 25 Reputation points
2024-03-23T09:20:36.2033333+00:00

I would like to open port 8000 on an Azure Machine Learning VM so that I can access it from my home network.

I have looked everywhere but I can't find it.

Please advise,

Thanks

UPDATE:

Running nmap against the IP address shows that the port is filtered/blocked. But network group is not setup, hence nothing can block it.

➜  apple10 git:(master) nmap -Pn -p8000 172.191.xxx.xxx
Starting Nmap 7.94 ( 
Nmap scan report for 172.191.xxx.xxx
Host is up.
PORT     STATE    SERVICE
8000/tcp filtered http-alt
Nmap done: 1 IP address (1 host up) scanned in 2.04 seconds

UPDATE 2:

I spun up an ML instance on AWS and it works right away. This is definitely a firewall issue on Azure ML, which I have no visibility on. I hope an expert can guide me through this, because I would like to use my Azure account instead of AWS.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,598 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 18,450 Reputation points
    2024-03-23T09:25:05.9233333+00:00

    Thanks for posting your question in the Microsoft Q&A forum.

    May this article help you:

    https://learn.microsoft.com/en-us/answers/questions/1457098/how-can-i-reach-my-vm-in-azure-ml-studio-via-exter

    ** Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful **