You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/private-link/private-endpoint-dns.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,11 @@ DNS is a critical component to make the application work correctly by resolving
73
73
74
74
Based on your preferences, the following scenarios are available for DNS resolution integrated:
75
75
76
-
-[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)
76
+
-[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
78
79
79
80
-
## Virtual Network workloads without custom DNS server
80
+
## Virtual network workloads without custom DNS server
81
81
82
82
This configuration is appropriate for virtual network workloads without custom DNS server. In this scenario the client queries for the private endpoint IP address to Azure provided DNS [168.63.129.16](../virtual-network/what-is-ip-address-168-63-129-16.md). Azure DNS will be responsible for DNS resolution of the private DNS zones.
83
83
@@ -106,7 +106,7 @@ In this scenario there's a [hub & spoke](https://docs.microsoft.com/azure/archit
106
106
107
107
:::image type="content" source="media/private-endpoint-dns/hub-and-spoke-azure-dns.png" alt-text="hub and spoke with azure provided dns":::
108
108
109
-
## On premises workloads using a Custom DNS server
109
+
## On premises workloads using a custom DNS server
110
110
111
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.
0 commit comments