Skip to content

Commit 06dd14f

Browse files
committed
adding info about DNS record
1 parent b8a9ea0 commit 06dd14f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

articles/ai-studio/how-to/configure-private-link.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,8 @@ If you need to configure custom DNS server without DNS forwarding, use the follo
264264
> * Compute instances can be accessed only from within the virtual network.
265265
> * 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.)
266266
267+
* `<instance-name>.<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.
268+
267269
* `<managed online endpoint name>.<region>.inference.ml.azure.com` - Used by managed online endpoints
268270

269271
To find the private IP addresses for your A records, see the [Azure Machine Learning custom DNS](../../machine-learning/how-to-custom-dns.md#find-the-ip-addresses) article.

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,23 @@ Access to a given Azure Machine Learning workspace via Private Link is done by c
7575
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.azureml.ms```
7676
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.azureml.ms```
7777
- ```<compute instance name>.<region the workspace was created in>.instances.azureml.ms```
78+
- `<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.
7879
- ```ml-<workspace-name, truncated>-<region>-<per-workspace globally-unique identifier>.<region>.notebooks.azure.net```
7980
- ```<managed online endpoint name>.<region>.inference.ml.azure.com``` - Used by managed online endpoints
8081

8182
**Microsoft Azure operated by 21Vianet regions**:
8283
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.ml.azure.cn```
8384
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.ml.azure.cn```
8485
- ```<compute instance name>.<region the workspace was created in>.instances.azureml.cn```
86+
- `<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.
8587
- ```ml-<workspace-name, truncated>-<region>-<per-workspace globally-unique identifier>.<region>.notebooks.chinacloudapi.cn```
8688
- ```<managed online endpoint name>.<region>.inference.ml.azure.cn``` - Used by managed online endpoints
8789

8890
**Azure US Government regions**:
8991
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.ml.azure.us```
9092
- ```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.ml.azure.us```
9193
- ```<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.
9295
- ```ml-<workspace-name, truncated>-<region>-<per-workspace globally-unique identifier>.<region>.notebooks.usgovcloudapi.net```
9396
- ```<managed online endpoint name>.<region>.inference.ml.azure.us``` - Used by managed online endpoints
9497

@@ -134,7 +137,7 @@ The following list contains the fully qualified domain names (FQDNs) used by you
134137
> [!NOTE]
135138
> * Compute instances can be accessed only from within the virtual network.
136139
> * 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.)
137-
140+
* `<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.
138141
* `<managed online endpoint name>.<region>.inference.ml.azure.com` - Used by managed online endpoints
139142

140143
#### Microsoft Azure operated by 21Vianet region
@@ -152,6 +155,7 @@ The following FQDNs are for Microsoft Azure operated by 21Vianet regions:
152155

153156
* 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.)
154157

158+
* `<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.
155159
* `<managed online endpoint name>.<region>.inference.ml.azure.cn` - Used by managed online endpoints
156160

157161
#### Azure US Government
@@ -167,6 +171,8 @@ The following FQDNs are for Azure US Government regions:
167171
* `<instance-name>.<region>.instances.azureml.us`
168172
> * 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.)
169173
174+
* `<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.
175+
170176
* `<managed online endpoint name>.<region>.inference.ml.azure.us` - Used by managed online endpoints
171177

172178
### Find the IP addresses

0 commit comments

Comments
 (0)