Skip to content

Commit b6cdd59

Browse files
committed
updates per feedback
1 parent 12bfe35 commit b6cdd59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/how-to-custom-dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: How to configure a custom DNS server to work with an Azure Machine
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: enterprise-readiness
8-
ms.reviewer: None
8+
ms.reviewer: meerakurup
99
ms.author: larryfr
1010
author: Blackmist
1111
ms.date: 06/05/2024
@@ -91,7 +91,7 @@ Access to a given Azure Machine Learning workspace via Private Link is done by c
9191
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.ml.azure.us```
9292
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.ml.azure.us```
9393
- ```<compute instance name>.<region the workspace was created in>.instances.azureml.us```
94-
- `<compute instance name>.<region the workspace was created in>.instances.azureml.us` - Used by the `az ml compute connect-ssh` command to connect to computes in a managed virtual network.
94+
- `<compute instance name>-22.<region the workspace was created in>.instances.azureml.us` - Used by the `az ml compute connect-ssh` command to connect to computes in a managed virtual network.
9595
- ```ml-<workspace-name, truncated>-<region>-<per-workspace globally-unique identifier>.<region>.notebooks.usgovcloudapi.net```
9696
- ```<managed online endpoint name>.<region>.inference.ml.azure.us``` - Used by managed online endpoints
9797

0 commit comments

Comments
 (0)