Skip to content

Commit 680e001

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.reviewer: meerakurup
99
ms.author: larryfr
1010
author: Blackmist
11-
ms.date: 06/05/2024
11+
ms.date: 01/30/2025
1212
ms.topic: how-to
1313
monikerRange: 'azureml-api-2 || azureml-api-1'
1414
---
@@ -63,7 +63,7 @@ Access to a given Azure Machine Learning workspace via Private Link is done by c
6363
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.azureml.ms```
6464
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.azureml.ms```
6565
- ```<compute instance name>.<region the workspace was created in>.instances.azureml.ms```
66-
- `<compute instance name>-22.<region the workspace was created in>.instances.azureml.ms` - Used by the `az ml compute connect-ssh` command to connect to computes in a managed virtual network.
66+
- `<compute instance name>-22.<region the workspace was created in>.instances.azureml.ms` - Used by the `az ml compute connect-ssh` command to connect to computes in a private virtual network.
6767
- ```ml-<workspace-name, truncated>-<region>-<per-workspace globally-unique identifier>.<region>.notebooks.azure.net```
6868
- ```<managed online endpoint name>.<region>.inference.ml.azure.com``` - Used by managed online endpoints
6969

@@ -77,7 +77,7 @@ Access to a given Azure Machine Learning workspace via Private Link is done by c
7777
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.ml.azure.cn```
7878
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.ml.azure.cn```
7979
- ```<compute instance name>.<region the workspace was created in>.instances.azureml.cn```
80-
- `<compute instance name>-22.<region the workspace was created in>.instances.azureml.cn` - Used by the `az ml compute connect-ssh` command to connect to computes in a managed virtual network.
80+
- `<compute instance name>-22.<region the workspace was created in>.instances.azureml.cn` - Used by the `az ml compute connect-ssh` command to connect to computes in a private virtual network.
8181
- ```ml-<workspace-name, truncated>-<region>-<per-workspace globally-unique identifier>.<region>.notebooks.chinacloudapi.cn```
8282
- ```<managed online endpoint name>.<region>.inference.ml.azure.cn``` - Used by managed online endpoints
8383

@@ -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>-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.
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 private 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

@@ -143,7 +143,7 @@ The following list contains the fully qualified domain names (FQDNs) used by you
143143
> [!NOTE]
144144
> * Compute instances can be accessed only from within the virtual network.
145145
> * The IP address for this FQDN is **not** the IP of the compute instance. Instead, use the private IP address of the workspace private endpoint (the IP of the `*.api.azureml.ms` entries.)
146-
* `<instance-name>-22.<region>.instances.azureml.ms` - Only used by the `az ml compute connect-ssh` command to connect to computes in a managed virtual network. Not needed if you are not using a managed network or SSH connections.
146+
* `<instance-name>-22.<region>.instances.azureml.ms` - Only used by the `az ml compute connect-ssh` command to connect to computes in a private virtual network. Not needed if you are not using a managed network or SSH connections.
147147
* `<managed online endpoint name>.<region>.inference.ml.azure.com` - Used by managed online endpoints
148148

149149
> [!TIP]
@@ -164,7 +164,7 @@ The following FQDNs are for Microsoft Azure operated by 21Vianet regions:
164164

165165
* The IP address for this FQDN is **not** the IP of the compute instance. Instead, use the private IP address of the workspace private endpoint (the IP of the `*.api.azureml.ms` entries.)
166166

167-
* `<instance-name>-22.<region>.instances.azureml.cn` - Only used by the `az ml compute connect-ssh` command to connect to computes in a managed virtual network. Not needed if you are not using a managed network or SSH connections.
167+
* `<instance-name>-22.<region>.instances.azureml.cn` - Only used by the `az ml compute connect-ssh` command to connect to computes in a private virtual network. Not needed if you are not using a managed network or SSH connections.
168168
* `<managed online endpoint name>.<region>.inference.ml.azure.cn` - Used by managed online endpoints
169169

170170
> [!TIP]
@@ -183,7 +183,7 @@ The following FQDNs are for Azure US Government regions:
183183
* `<instance-name>.<region>.instances.azureml.us`
184184
> * The IP address for this FQDN is **not** the IP of the compute instance. Instead, use the private IP address of the workspace private endpoint (the IP of the `*.api.azureml.ms` entries.)
185185
186-
* `<instance-name>-22.<region>.instances.azureml.us` - Only used by the `az ml compute connect-ssh` command to connect to computes in a managed virtual network. Not needed if you are not using a managed network or SSH connections.
186+
* `<instance-name>-22.<region>.instances.azureml.us` - Only used by the `az ml compute connect-ssh` command to connect to computes in a private virtual network. Not needed if you are not using a managed network or SSH connections.
187187

188188
* `<managed online endpoint name>.<region>.inference.ml.azure.us` - Used by managed online endpoints
189189

0 commit comments

Comments
 (0)