Skip to content

Commit 8903a9b

Browse files
committed
updates
1 parent de3ad6c commit 8903a9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/machine-learning/how-to-managed-network.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ Before following the steps in this article, make sure you have the following pre
100100
101101
* The Azure CLI examples in this article use `ws` to represent the name of the workspace, and `rg` to represent the name of the resource group. Change these values as needed when using the commands with your Azure subscription.
102102
103-
* With Azure CLI and managed VNet, SSH using public IP works, but SSH using private IP doesn't work.
104-
105103
# [Python SDK](#tab/python)
106104
107105
* An Azure subscription. If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://azure.microsoft.com/free/).
@@ -1105,6 +1103,7 @@ The Azure Machine Learning managed VNet feature is free. However, you're charged
11051103
* Creating a compute cluster in a different region than the workspace isn't supported when using a managed VNet.
11061104
* Kubernetes and attached VMs aren't supported in an Azure Machine Learning managed VNet.
11071105
* Using FQDN outbound rules increases the cost of the managed VNet because FQDN rules use Azure Firewall. For more information, see [Pricing](#pricing).
1106+
* If your compute instance is in a managed network and is also configured for no public IP, use the `az ml compute connect-ssh` command to connect to it using SSH.
11081107

11091108
### Migration of compute resources
11101109

0 commit comments

Comments
 (0)