Skip to content

Commit 8c57c6b

Browse files
authored
Update DNS integration details for Azure services
Clarified the integration of DNS private resolver and private DNS zones in Azure services.
1 parent f591061 commit 8c57c6b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

learn-pr/wwl-azure/design-implement-private-access-to-azure-services/includes/4-integrate-private-link-dns.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,15 @@ The following diagram shows a typical [high-level architecture](/azure/architect
1919
In the previous diagram, it's important to highlight:
2020

2121
1. All Azure virtual networks use the DNS private resolver that is hosted in the hub virtual network.
22+
2223
1. On-premises DNS servers have conditional forwarders configured for each private endpoint public DNS zone, pointing to the DNS private resolver hosted in the hub virtual network.
23-
1. The DNS private resolver hosted in the hub virtual network uses the Azure-provided DNS (168.63.129.16) as a forwarder. IP address 168.63.129.16 is a virtual public IP address that facilitates a communication channel to Azure platform resources.
24-
1. The hub virtual network must be linked to the Private DNS zone names for Azure services, such as privatelink.blob.core.windows.net, as shown in the diagram.
24+
25+
1. The DNS private resolver hosted in the hub virtual network uses the Azure-provided DNS (168.63.129.16) as a forwarder. IP address 168.63.129.16 is a virtual public IP address that facilitates a communication channel to Azure platform resources.
26+
27+
1. The hub virtual network must be linked to the Private DNS zone names for Azure services, such as privatelink.blob.core.windows.net.
28+
29+
> [!Note]
30+
> A DNS zone group is automatically created when integrating a private endpoint with a private DNS zone. The group links the endpoint to DNS zones and manages DNS records automatically. This automation reduces manual work and prevents configuration drift.
2531
2632
### What is Azure DNS Private Resolver
2733

0 commit comments

Comments
 (0)