Skip to content

Commit 7f4c367

Browse files
committed
broken links
1 parent 3fcdfd1 commit 7f4c367

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,22 +72,22 @@ DNS is a critical component to make the application work correctly by resolving
7272

7373
Based on your preferences the following scenarios will guide you on how to get the DNS resolution integrated
7474

75-
- [Virtual Network workloads without custom DNS server](#Virtual-Network-workloads-without-custom-DNS-server)
76-
- [On Premise forwarding DNS to Azure](#On-Premise-forwarding-DNS-to-Azure)
75+
- [Virtual Network workloads without custom DNS server](#virtual-network-workloads-without-custom-dns-server)
76+
- [On Premise forwarding DNS to Azure](#on-premise-forwarding-dns-to-Azure)
7777

7878
## Virtual Network workloads without custom DNS server
7979

80-
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](https://docs.microsoft.com/azure/virtual-network/what-is-ip-address-168-63-129-16). Azure DNS will be responsible for DNS resolution of the private DNS zones.
80+
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.
8181

8282

8383
> [!NOTE]
84-
> 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).
84+
> 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).
8585
8686
To configure properly you would need the following resources :
8787

8888
- client virtual network
8989

90-
- private dns zones [(privatelink.database.windows.net)](../dns/private-dns-privatednszone.md) with [A Record](../dns/dns-zones-records#record-types)
90+
- private dns zones [(privatelink.database.windows.net)](../dns/private-dns-privatednszone.md) with [A Record](../dns/dns-zones-records.md#record-types)
9191

9292
- private endpoint information (FQDN record name and Private IP Address)
9393

@@ -113,13 +113,13 @@ This configuration is appropriate for an on premise network that has already an
113113
This internal DNS solution needs to be configured to forward DNS traffic to Azure via a conditional forwarder.
114114

115115
> [!NOTE]
116-
> 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).
116+
> 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).
117117
118118
To configure properly you would need the following resources :
119119

120120
- on premise network with a DNS solution in place
121121
- client virtual network
122-
- private dns zones [(privatelink.database.windows.net)](../dns/private-dns-privatednszone.md) with [A Record](../dns/dns-zones-records#record-types)
122+
- private dns zones [(privatelink.database.windows.net)](../dns/private-dns-privatednszone.md) with [A Record](../dns/dns-zones-records.md#record-types)
123123
- private endpoint information (FQDN record name and Private IP Address)
124124

125125
The following diagram illustrates the DNS resolution sequence from virtual network workloads using private dns zone

0 commit comments

Comments
 (0)