Skip to content

Commit ad6f60d

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ An Application Gateway is a dedicated deployment within your Virtual Network. Th
1515
## Need for name resolution
1616
Application Gateway performs DNS resolution for the Fully Qualified Domain Names (FQDN) of
1717

18-
1) **Customer-provided FQDNs**, such as
19-
* Domain name-based backend server
20-
* Key vault endpoint for listener certificate
21-
* Custom error page URL
22-
* Online Certificate Status Protocol (OCSP) verification URL
18+
* **Customer-provided FQDNs**, such as
19+
* Domain name-based backend server
20+
* Key vault endpoint for listener certificate
21+
* Custom error page URL
22+
* Online Certificate Status Protocol (OCSP) verification URL
2323

24-
2) **Management FQDNs** that are utilized for various Azure infrastructure endpoints (control plane). These are the building blocks that form a complete Application Gateway resource. For example, communication with monitoring endpoints enable flow of Logs and Metrics. Thus, it's important for application gateways to internally communicate with other Azure services' endpoints having suffixes like `.windows.net`, `.azure.net`, etc.
24+
* **Management FQDNs** that are utilized for various Azure infrastructure endpoints (control plane). These are the building blocks that form a complete Application Gateway resource. For example, communication with monitoring endpoints enable flow of Logs and Metrics. Thus, it's important for application gateways to internally communicate with other Azure services' endpoints having suffixes like `.windows.net`, `.azure.net`, etc.
2525

2626
> [!IMPORTANT]
2727
> The management endpoint domain names that an Application Gateway resource interacts with are listed here. Depending on the type of application gateway deployment (detailed in this article), any name resolution issue for these Azure domain names may lead to either partial or complete loss of resource functionality.
@@ -53,7 +53,7 @@ Flows:
5353
* After performing successful DNS resolutions for these FQDNs, the instance can communicate with the Key Vault and backend server endpoints.
5454

5555
Considerations:
56-
* Don't create and link private DNS zones for top-level Azure domain names. You must create DNS zone for a subdomain as specific as possible. For example, having a private DNS zone for `privatelink.vaultcore.azure.net` for a key vault’s private endpoint works in all cases than having a zone for `vaultcore.azure.net` or `azure.net`.
56+
* Don't create and link private DNS zones for top-level Azure domain names. You must create DNS zone for a subdomain as specific as possible. For example, having a private DNS zone for `privatelink.vaultcore.azure.net` for a key vault’s private endpoint works better in all cases than having a zone for `vaultcore.azure.net` or `azure.net`.
5757
* For communication with backend servers or any service using a Private Endpoint, ensure the private link DNS zone is linked to your application gateway’s virtual network.
5858

5959
#### Using custom DNS servers

0 commit comments

Comments
 (0)