Skip to content

Commit 334871d

Browse files
authored
Update AML Private DNS Zone Name (Gov)
The Azure Machine Learning private DNS zone name for the US Gov cloud is incorrectly listed as "privatelink.api.azureml.us". Updated to the correct zone name "privatelink.api.ml.azure.us". To reproduce the error, deploy an AML workspace behind a VNET in gov cloud using [this quickstart](https://github.com/Azure/terraform/tree/master/quickstart/201-machine-learning-moderately-secure). The private dns zone names under `network.tf` need to be updated according to the table in this documentation. The result is an AML workspace that cannot be accessed via the provisioned jumpbox. Changing the the private dns zone name to "privatelink.api.ml.azure.us" fixed the networking error and resulted in a correctly provisioned AML workspace in the US Gov cloud. Notes: * There are inconsistencies with the "azureml.xx" and "ml.azure.xx" patterns throughout this documentation. From our testing a deployment to the commercial cloud using "privatelink.api.azureml.ms" is correct. The China cloud is listed as "privatelink.api.ml.azure.cn" - we do not have the ability to verify if this is correct, so this should be looked at too. * The public DNS zone forwarders use both "azureml.xx" and "ml.azure.xx" in various dns names. As we did not use any DNS zone forwarders, we were not able to verify if these were all correct, but someone should check to ensure these are all correct.
1 parent 7a4b09c commit 334871d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/private-link/private-endpoint-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ For Azure services, use the recommended zone names as described in the following
145145
| Cognitive Services (Microsoft.CognitiveServices/accounts) / account | privatelink.cognitiveservices.azure.us | cognitiveservices.azure.us |
146146
| Azure Cache for Redis (Microsoft.Cache/Redis) / redisCache | privatelink.redis.cache.usgovcloudapi.net | redis.cache.usgovcloudapi.net |
147147
| Azure HDInsight (Microsoft.HDInsight) | privatelink.azurehdinsight.us | azurehdinsight.us |
148-
| Azure Machine Learning (Microsoft.MachineLearningServices/workspaces) / amlworkspace | privatelink.api.azureml.us<br/>privatelink.notebooks.usgovcloudapi.net | api.ml.azure.us<br/>notebooks.usgovcloudapi.net<br/>instances.azureml.us<br/>aznbcontent.net<br/>inference.ml.azure.us |
148+
| Azure Machine Learning (Microsoft.MachineLearningServices/workspaces) / amlworkspace | privatelink.api.ml.azure.us<br/>privatelink.notebooks.usgovcloudapi.net | api.ml.azure.us<br/>notebooks.usgovcloudapi.net<br/>instances.azureml.us<br/>aznbcontent.net<br/>inference.ml.azure.us |
149149

150150
>[!Note]
151151
>In the above text, `{region}` refers to the region code (for example, **eus** for East US and **ne** for North Europe). Refer to the following lists for regions codes:

0 commit comments

Comments
 (0)