I have created an Azure ML workspace with a managed network isolation and ssh configuration. I need to connect using the public IP but I always get a timeout since seems like the port 5000 is not open.
Do you know what I have to do to connect using the public IP?
I tried using ssh -i public-key-path azureuser@public_ip -p 5000 but it’s not working