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-integration.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,13 @@ Based on your preferences, the following scenarios are available with DNS resolu
26
26
27
27
-[Virtual network workloads without Azure Private Resolver](#virtual-network-workloads-without-azure-private-resolver)
28
28
29
-
-[Peered virtual network workloads without Azure Private Resolver](#peered-virtual-network-workloads-without-azure-private-resolver)
29
+
-[Peered virtual network workloads without Azure Private Resolver](#virtual-network-workloads-without-custom-dns-server)
30
30
31
31
-[Azure Private Resolver for on-premises workloads](#azure-private-resolver-for-on-premises-workloads)
32
32
33
33
-[Azure Private Resolver with on-premises DNS forwarder](#on-premises-workloads-using-a-dns-forwarder)
34
34
35
-
-[Azure Private Resolver for virtual network and on-premises workloads](#azure-private-resolver-for-virtual-network-and-on-premises-workloads)
35
+
-[Azure Private Resolver for virtual network and on-premises workloads](#virtual-network-and-on-premises-workloads-using-a-dns-forwarder)
36
36
37
37
## Virtual network workloads without Azure Private Resolver
38
38
@@ -68,12 +68,12 @@ In this scenario, there's a [hub and spoke](/azure/architecture/reference-archit
68
68
69
69
## Azure Private Resolver for on-premises workloads
70
70
71
-
For on-premises workloads to resolve the FQDN of a private endpoint, use Azure Private Resolver to resolve the Azure service [public DNS zone](#azure-services-dns-zone-configuration) in Azure. Azure Private Resolver is an Azure managed service that can resolve DNS queries without the need for a virtual machine acting as a DNS forwarder.
71
+
For on-premises workloads to resolve the FQDN of a private endpoint, use Azure Private Resolver to resolve the Azure service public DNS zone in Azure. Azure Private Resolver is an Azure managed service that can resolve DNS queries without the need for a virtual machine acting as a DNS forwarder.
72
72
73
73
The following scenario is for an on-premises network configured to use an Azure Private Resolver. The private resolver forwards the request for the private endpoint to Azure DNS.
74
74
75
75
> [!NOTE]
76
-
> This scenario uses the 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).
76
+
> This scenario uses the Azure SQL Database-recommended private DNS zone. For other services, you can adjust the model using the following reference: [Azure services DNS zone values](private-endpoint-dns.md).
77
77
78
78
The following resources are required for a proper configuration:
79
79
@@ -97,7 +97,7 @@ This configuration can be extended for an on-premises network that already has a
97
97
The on-premises DNS solution is configured to forward DNS traffic to 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). The conditional forwarder references the Private Resolver deployed in Azure.
98
98
99
99
> [!NOTE]
100
-
> This scenario uses the 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)
100
+
> This scenario uses the Azure SQL Database-recommended private DNS zone. For other services, you can adjust the model using the following reference: [Azure services DNS zone values](private-endpoint-dns.md)
101
101
102
102
To configure properly, you need the following resources:
103
103
@@ -114,7 +114,7 @@ To configure properly, you need the following resources:
114
114
The following diagram illustrates the DNS resolution from an on-premises network. DNS resolution is conditionally forwarded to Azure. The resolution is made by a private DNS zone [linked to a virtual network](../dns/private-dns-virtual-network-links.md).
115
115
116
116
> [!IMPORTANT]
117
-
> The conditional forwarding must be made to the recommended [public DNS zone forwarder](#azure-services-dns-zone-configuration). For example: `database.windows.net` instead of **privatelink**.database.windows.net.
117
+
> The conditional forwarding must be made to the recommended [public DNS zone forwarder](private-endpoint-dns.md). For example: `database.windows.net` instead of **privatelink**.database.windows.net.
118
118
119
119
:::image type="content" source="media/private-endpoint-dns/on-premises-forwarding-to-azure.png" alt-text="Diagram of on-premises forwarding to Azure DNS.":::
0 commit comments