Skip to content

Commit 778167a

Browse files
committed
fix links and bookmarks
1 parent f86815b commit 778167a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Based on your preferences, the following scenarios are available with DNS resolu
2626

2727
- [Virtual network workloads without Azure Private Resolver](#virtual-network-workloads-without-azure-private-resolver)
2828

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)
3030

3131
- [Azure Private Resolver for on-premises workloads](#azure-private-resolver-for-on-premises-workloads)
3232

3333
- [Azure Private Resolver with on-premises DNS forwarder](#on-premises-workloads-using-a-dns-forwarder)
3434

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)
3636

3737
## Virtual network workloads without Azure Private Resolver
3838

@@ -68,12 +68,12 @@ In this scenario, there's a [hub and spoke](/azure/architecture/reference-archit
6868

6969
## Azure Private Resolver for on-premises workloads
7070

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.
7272

7373
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.
7474

7575
> [!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).
7777
7878
The following resources are required for a proper configuration:
7979

@@ -97,7 +97,7 @@ This configuration can be extended for an on-premises network that already has a
9797
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.
9898

9999
> [!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)
101101
102102
To configure properly, you need the following resources:
103103

@@ -114,7 +114,7 @@ To configure properly, you need the following resources:
114114
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).
115115

116116
> [!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.
118118
119119
:::image type="content" source="media/private-endpoint-dns/on-premises-forwarding-to-azure.png" alt-text="Diagram of on-premises forwarding to Azure DNS.":::
120120

0 commit comments

Comments
 (0)