Skip to content

Commit b0ffe29

Browse files
committed
change for PR #112963 according to malopMSFT suggestions
1 parent 08351da commit b0ffe29

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ DNS is a critical component to make the application work correctly by resolving
7474
Based on your preferences, the following scenarios are available for DNS resolution integrated:
7575

7676
- [Virtual network workloads without custom DNS server](#virtual-network-workloads-without-custom-dns-server)
77-
- [On premises workloads using a custom DNS server](#on-premises-workloads-using-a-custom-dns-server)
78-
77+
- [On premises workloads using a DNS forwarder](#on-premises-workloads-using-a-dns-forwarder)
7978

8079
## Virtual network workloads without custom DNS server
8180

@@ -106,9 +105,9 @@ In this scenario there's a [hub & spoke](https://docs.microsoft.com/azure/archit
106105

107106
:::image type="content" source="media/private-endpoint-dns/hub-and-spoke-azure-dns.png" alt-text="hub and spoke with azure provided dns":::
108107

109-
## On premises workloads using a custom DNS server
108+
## On premises workloads using a custom DNS forwarder
110109

111-
For on premises workloads to be able to resolve an FQDN of a private endpoint into the private IP address, you must use a custom DNS server to forward the resolution for Azure service [public DNS zones](#azure-services-dns-zone-configuration) deployed in Azure.
110+
For on premises workloads to be able to resolve an FQDN of a private endpoint into the private IP address, you must use a DNS forwarder to make the resolution of the Azure service [public DNS zone](#azure-services-dns-zone-configuration) deployed in Azure.
112111

113112

114113
The following scenario is appropriate for an on premises network that has a DNS forwarder in Azure, which in turn is responsible for resolving all the DNS queries via a server level forwarder to the Azure provided DNS [168.63.129.16](../virtual-network/what-is-ip-address-168-63-129-16.md)
@@ -119,17 +118,18 @@ The following scenario is appropriate for an on premises network that ha
119118
To configure properly you would need the following resources:
120119

121120
- On premises network
122-
- Virtual network [connected to on premises](https://docs.microsoft.com/azure/architecture/reference-architectures/hybrid-networking/) 
121+
- Virtual network [connected to on premises](https://docs.microsoft.com/azure/architecture/reference-architectures/hybrid-networking/)
122+
- DNS forwarder deployed in Azure 
123123
- Private DNS zones [privatelink.database.windows.net](../dns/private-dns-privatednszone.md)  with [type A Record](../dns/dns-zones-records.md#record-types)
124124
- Private endpoint information (FQDN record name and Private IP Address)
125125

126-
The following diagram illustrates the DNS resolution sequence from an on premise network that use a DNS server deployed in Azure,
126+
The following diagram illustrates the DNS resolution sequence from an on premise network that use a DNS forwarder deployed in Azure,
127127
where the resolution is made by an private DNS zone linked to a virtual network.
128128

129129
:::image type="content" source="media/private-endpoint-dns/on-premise-using-azure-dns.png" alt-text="on premise using azure dns":::
130130

131131
This configuration can be extended for an on premise network that has already a DNS solution in place. 
132-
The on premises DNS solution needs to be configured to forward DNS traffic to the Azure DNS via a [conditional forwarder](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md#name-resolution-that-uses-your-own-dns-server) referencing the custom DNS deployed in Azure.
132+
The on premises DNS solution needs to be configured to forward DNS traffic to the Azure DNS via a [conditional forwarder](../virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md#name-resolution-that-uses-your-own-dns-server) referencing the DNS forwarder deployed in Azure.
133133

134134
> [!NOTE]
135135
> This scenario is using Azure SQL database recommended Private DNS zone. For other services you can adjust the model using the following reference [Azure services DNS zone configuration](#azure-services-dns-zone-configuration).
@@ -138,7 +138,8 @@ To configure properly you would need the following resources :
138138

139139

140140
- On premises network with a custom DNS solution in place 
141-
- Virtual network [connected to on premises](https://docs.microsoft.com/azure/architecture/reference-architectures/hybrid-networking/) 
141+
- Virtual network [connected to on premises](https://docs.microsoft.com/azure/architecture/reference-architectures/hybrid-networking/)
142+
- DNS forwarder deployed in Azure
142143
- Private DNS zones [privatelink.database.windows.net](../dns/private-dns-privatednszone.md)  with [type A Record](../dns/dns-zones-records.md#record-types)
143144
- Private endpoint information (FQDN record name and Private IP Address)
144145

0 commit comments

Comments
 (0)