Skip to content

Commit faf8253

Browse files
Merge pull request #309570 from riturajc/riturajc/appgw-netbios-hostname-support
[Application Gateway] Add documentation for short name support
2 parents 6ac803d + 402fab6 commit faf8253

2 files changed

Lines changed: 177 additions & 153 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@ Application Gateway performs DNS resolution for the Fully Qualified Domain Names
3636
> * .msftcloudes.com
3737
> * .microsoft.com
3838
39+
### Short names and single-label domain names
40+
41+
Application Gateway supports short names (e.g., `server1`, `webserver`) in backend pools. Resolution depends on your DNS configuration:
42+
43+
- **Azure DNS (168.63.129.16)**: Resolves short names only within the same virtual network
44+
- **Custom DNS servers**: Requires search domain configuration
45+
- **On-premises DNS (via VPN/ExpressRoute)**: Resolves internal hostnames
46+
47+
> [!NOTE]
48+
> If backend health shows DNS resolution errors with short names, verify resolution from a VM in the same virtual network.
49+
3950
## DNS configuration types
4051
Customers have different infrastructure needs, requiring various approaches to name resolution. This document outlines general DNS implementation scenarios and offers recommendations for the efficient operation of application gateway resources.
4152

0 commit comments

Comments
 (0)