You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-custom-dns.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: How to configure a custom DNS server to work with an Azure Machine
5
5
services: machine-learning
6
6
ms.service: machine-learning
7
7
ms.subservice: enterprise-readiness
8
-
ms.reviewer: None
8
+
ms.reviewer: meerakurup
9
9
ms.author: larryfr
10
10
author: Blackmist
11
11
ms.date: 06/05/2024
@@ -91,7 +91,7 @@ Access to a given Azure Machine Learning workspace via Private Link is done by c
91
91
-```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.ml.azure.us```
92
92
-```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.ml.azure.us```
93
93
-```<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.
0 commit comments