Skip to content

Commit 2efd2ab

Browse files
authored
Update application-gateway-dns-resolution.md
1 parent 45add7a commit 2efd2ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/application-gateway-dns-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The Azure-provided DNS comes as a default setting with all virtual networks in A
4949

5050
Flows:
5151
* In this diagram, we can see the Application Gateway instance talks to Azure-provided DNS (168.63.129.16) for name resolution of the backend servers FQDN "server1.contoso.com" and "server2.contoso.com," as shown with blue line.
52-
* Similarly, the instance reaches out 168.63.129.16 for the name resolution of private link-enabled Key Vault resource, as shown in orange line. To allow an application gateway to DNS resolve the key vault endpoint to its private IP, it's important to link the Private DNS zone to that application gateway’s virtual network.
52+
* Similarly, the instance queries 168.63.129.16 for the DNS resolution of the private link-enabled Key Vault resource, as indicated by the orange line. To enable an application gateway to resolve the Key Vault endpoint to its private IP address, it is essential to link the Private DNS zone with the virtual network of that application gateway.
5353
* After performing successful DNS resolutions for these FQDNs, the instance can communicate with the Key Vault and backend server endpoints.
5454

5555
Considerations:

0 commit comments

Comments
 (0)