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
@@ -63,7 +63,7 @@ Access to a given Azure Machine Learning workspace via Private Link is done by c
63
63
-```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.azureml.ms```
64
64
-```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.azureml.ms```
65
65
-```<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.
-```<managed online endpoint name>.<region>.inference.ml.azure.com``` - Used by managed online endpoints
69
69
@@ -77,7 +77,7 @@ Access to a given Azure Machine Learning workspace via Private Link is done by c
77
77
-```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.api.ml.azure.cn```
78
78
-```<per-workspace globally-unique identifier>.workspace.<region the workspace was created in>.cert.api.ml.azure.cn```
79
79
-```<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.
-```<managed online endpoint name>.<region>.inference.ml.azure.cn``` - Used by managed online endpoints
83
83
@@ -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>-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.
-```<managed online endpoint name>.<region>.inference.ml.azure.us``` - Used by managed online endpoints
97
97
@@ -143,7 +143,7 @@ The following list contains the fully qualified domain names (FQDNs) used by you
143
143
> [!NOTE]
144
144
> * Compute instances can be accessed only from within the virtual network.
145
145
> * 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.
147
147
*`<managed online endpoint name>.<region>.inference.ml.azure.com` - Used by managed online endpoints
148
148
149
149
> [!TIP]
@@ -164,7 +164,7 @@ The following FQDNs are for Microsoft Azure operated by 21Vianet regions:
164
164
165
165
* 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.)
166
166
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.
168
168
*`<managed online endpoint name>.<region>.inference.ml.azure.cn` - Used by managed online endpoints
169
169
170
170
> [!TIP]
@@ -183,7 +183,7 @@ The following FQDNs are for Azure US Government regions:
183
183
*`<instance-name>.<region>.instances.azureml.us`
184
184
> * 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.)
185
185
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.
187
187
188
188
*`<managed online endpoint name>.<region>.inference.ml.azure.us` - Used by managed online endpoints
0 commit comments