Skip to content

Commit 2bec441

Browse files
committed
updating per PM/Engineering feedback
1 parent a7045c8 commit 2bec441

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.reviewer: None
99
ms.author: larryfr
1010
author: Blackmist
11-
ms.date: 08/16/2024
11+
ms.date: 01/30/2025
1212
ms.topic: how-to
1313
---
1414

@@ -51,7 +51,7 @@ Before following the steps in this article, make sure you have the following pre
5151
* The Azure Machine Learning Python SDK v2. For more information on the SDK, see [Install the Python SDK v2 for Azure Machine Learning](/python/api/overview/azure/ai-ml-readme).
5252
5353
> [!TIP]
54-
> Azure Machine learning managed virtual network was introduced on May 23rd, 2023. If you have an older version of the SDK installed, you might need to update it for the examples in this article to work. To update the SDK, use the following command:
54+
> Azure Machine Learning managed virtual network was introduced on May 23rd, 2023. If you have an older version of the SDK installed, you might need to update it for the examples in this article to work. To update the SDK, use the following command:
5555
>
5656
> ```bash
5757
> pip install --upgrade azure-ai-ml azure-identity
@@ -164,7 +164,15 @@ You can't create a compute cluster or compute instance from the Azure portal. In
164164
## Limitations
165165

166166
* Creating a compute cluster in a different region than the workspace isn't supported when using a managed virtual network.
167-
* If the compute is in a managed network and also configured for no public IP, use the `az ml compute connect-ssh` command to connect to the compute instance over SSH.
167+
* If the compute is in a private network and also configured for no public IP, use the `az ml compute connect-ssh` command to connect to the compute instance over SSH.
168+
169+
By default, SSH access is routed over the public IP. To ensure that it uses the private connection, use the following steps:
170+
171+
1. Create a [private endpoint for the workspace](how-to-configure-private-link.md).
172+
1. Create a private DNS zone for `instances.azureml.ms`.
173+
1. Create a DNS record set for the compute, such as `<compute-instance-name>-22.<region-of-workspace>.instances.azureml.ms`.
174+
175+
For more information, see [Use a custom DNS server](how-to-custom-dns.md).
168176

169177
### Migration of compute resources
170178

0 commit comments

Comments
 (0)