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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,22 +72,22 @@ DNS is a critical component to make the application work correctly by resolving
72
72
73
73
Based on your preferences the following scenarios will guide you on how to get the DNS resolution integrated
74
74
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)
77
77
78
78
## Virtual Network workloads without custom DNS server
79
79
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.
81
81
82
82
83
83
> [!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).
85
85
86
86
To configure properly you would need the following resources :
87
87
88
88
- client virtual network
89
89
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)
91
91
92
92
- private endpoint information (FQDN record name and Private IP Address)
93
93
@@ -113,13 +113,13 @@ This configuration is appropriate for an on premise network that has already an
113
113
This internal DNS solution needs to be configured to forward DNS traffic to Azure via a conditional forwarder.
114
114
115
115
> [!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).
117
117
118
118
To configure properly you would need the following resources :
119
119
120
120
- on premise network with a DNS solution in place
121
121
- 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)
123
123
- private endpoint information (FQDN record name and Private IP Address)
124
124
125
125
The following diagram illustrates the DNS resolution sequence from virtual network workloads using private dns zone
0 commit comments