Skip to content

Commit b1fcefc

Browse files
committed
adjusting for @malopMSFT comments for PR #112963
1 parent 329e828 commit b1fcefc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Your applications don't need to change the connection URL. When attempting to re
3030

3131
For Azure services, use the recommended zone names as described in the following table:
3232

33-
| Private Link resource type | Subresource | Zone name | Public zone name |
33+
| Private Link resource type | Subresource | private DNS Zone name | Public DNS zone name |
3434
|---|---|---|---|
3535
| SQL DB (Microsoft.Sql/servers) | Sql Server (sqlServer) | privatelink.database.windows.net | database.windows.net |
3636
| Azure Synapse Analytics (Microsoft.Sql/servers) | Sql Server (sqlServer) | privatelink.database.windows.net | database.windows.net |
@@ -74,7 +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](#onpremisesworkloads)
77+
- [On premises workloads using a Custom DNS server](#on-premises-workloads-using-a-custom-dns-server)
7878

7979

8080
## Virtual Network workloads without custom DNS server
@@ -106,9 +106,10 @@ In this scenario there's a [hub & spoke](https://docs.microsoft.com/azure/archit
106106

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

109-
## On premises workloads
109+
## On premises workloads using a Custom DNS server
110110

111-
In order to get on premises clients to resolve the IP address of a private endpoint , you must use a DNS forwarder deployed in Azure.
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.
112+
112113

113114
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)
114115

0 commit comments

Comments
 (0)