Skip to content

Commit c222c19

Browse files
authored
Create application-gateway-dns-resolution.md
1 parent 25c1280 commit c222c19

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: DNS resolution in Application Gateway
3+
description: This article explains how Virtual Network DNS servers impact DNS resolution for Azure Application Gateway.
4+
services: application-gateway
5+
author: mbender-ms
6+
ms.service: azure-application-gateway
7+
ms.topic: concept-article
8+
ms.date: 06/04/2025
9+
ms.author: mbender
10+
---
11+
12+
# Understanding DNS resolution in Application Gateway
13+
An Application Gateway is a dedicated deployment within your Virtual Network. The DNS resolution for instances of your application gateway resource, which handles incoming traffic, is also affected by your virtual network configurations. This article will discuss the Domain Name System (DNS) configurations and their impact on name resolution.
14+
15+
# Need for name resolution
16+
Application Gateway performs DNS resolution for the Fully Qualified Domain Names (FQDN) of
17+
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
23+
24+
2)**Management FQDNs** that are utilized for various Azure infrastructure endpoints, forming a complete Application Gateway resource. For example, communication with management endpoints enable flow of Logs and Metrics. Thus, it is important for application gateways to internally communicate with other Azure services' endpoints having suffixes like `.windows.net` and `.azure.net`.

0 commit comments

Comments
 (0)