Skip to content

Commit 13ac501

Browse files
authored
Merge pull request #187069 from Blackmist/1914065-customdns
updates with info & links for dependency services.
2 parents 5f51962 + 974f754 commit 13ac501

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ 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](../private-link/private-endpoint-dns.md).
25-
2623
> [!TIP]
2724
> This article is part of a series on securing an Azure Machine Learning workflow. See the other articles in this series:
2825
>
@@ -530,7 +527,16 @@ The following is an example of `hosts` file entries for Azure Machine Learning:
530527

531528
For more information on the `hosts` file, see [https://wikipedia.org/wiki/Hosts_(file)](https://wikipedia.org/wiki/Hosts_(file)).
532529

533-
#### Troubleshooting
530+
## Dependency services DNS resolution
531+
532+
The services that your workspace relies on may also be secured using a private endpoint. If so, then you may need to create a custom DNS record if you need to directly communicate with the service. For example, if you want to directly work with the data in an Azure Storage Account used by your workspace.
533+
534+
> [!NOTE]
535+
> Some services have multiple private-endpoints for sub-services or features. For example, an Azure Storage Account may have individual private endpoints for Blob, File, and DFS. If you need to access both Blob and File storage, then you must enable resolution for each specific private endpoint.
536+
537+
For more information on the services and DNS resolution, see [Azure Private Endpoint DNS configuration](../private-link/private-endpoint-dns.md).
538+
539+
## Troubleshooting
534540

535541
If after running through the above steps you are unable to access the workspace from a virtual machine or jobs fail on compute resources in the Virtual Network containing the Private Endpoint to the Azure Machine learning workspace, follow the below steps to try to identify the cause.
536542

0 commit comments

Comments
 (0)