Skip to content

Commit 5cb1c31

Browse files
authored
Merge pull request #178035 from Blackmist/1888204-dns
fixing bug, incorporating feedback
2 parents eb2f50c + 2efdd29 commit 5cb1c31

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.reviewer: larryfr
99
ms.author: jhirono
1010
author: jhirono
11-
ms.date: 08/03/2021
11+
ms.date: 10/29/2021
1212
ms.topic: how-to
1313
ms.custom: contperf-fy21q3, devx-track-azurepowershell
1414
---
@@ -20,6 +20,9 @@ When using an Azure Machine Learning workspace with a private endpoint, there ar
2020
> [!IMPORTANT]
2121
> This article covers how to find the fully qualified domain names (FQDN) and IP addresses for these entries if you would like to manually register DNS records in your DNS solution. Additionally this article provides architecture recommendations for how to configure your custom DNS solution to automatically resolve FQDNs to the correct IP addresses. This article does NOT provide information on configuring the DNS records for these items. Consult the documentation for your DNS software for information on how to add records.
2222
23+
> [!WARNING]
24+
> If you use a private endpoint for other Azure services that the machine learning workspace relies on, such as Azure Storage, Azure Key Vault, or Azure Container Registry. You must also create DNS entries or use a conditional forwarder for these services. For more information, see [Azure Private Endpoint DNS configuration](/azure/private-link/private-endpoint-dns).
25+
2326
> [!TIP]
2427
> This article is part of a series on securing an Azure Machine Learning workflow. See the other articles in this series:
2528
>
@@ -280,7 +283,7 @@ The following steps describe how this topology works:
280283
**Azure Public regions**:
281284
- ```api.azureml.ms```
282285
- ```notebooks.azure.net```
283-
- ```instances.ml.azure.us```
286+
- ```instances.ml.azure.ms```
284287

285288
**Azure China regions**:
286289
- ```api.ml.azure.cn```

0 commit comments

Comments
 (0)