Skip to content

Commit 3619f6a

Browse files
Merge pull request #303978 from seligj95/patch-5
Add ipmode note
2 parents 52a05c6 + ad11148 commit 3619f6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/overview-inbound-outbound-ips.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how inbound and outbound IP addresses are used in Azure App S
44
author: msangapu-msft
55
ms.author: msangapu
66
ms.topic: article
7-
ms.date: 08/05/2025
7+
ms.date: 08/07/2025
88
ms.update-cycle: 1095-days
99
ms.custom:
1010
- UpdateFrequency3
@@ -139,6 +139,8 @@ You can configure the IP mode behavior using the `IPMode` property:
139139
- **IPv6**: DNS returns IPv6 address only
140140
- **IPv4AndIPv6**: DNS returns both IPv4 and IPv6 addresses
141141

142+
IPMode is a DNS-only feature. Every App Service site can receive requests via both IPv4 and IPv6 endpoints—regardless of the configured IpMode. IpMode only influences how DNS resolves the endpoint, so it affects clients that rely on DNS resolution (which should be most clients), but it doesn't restrict which protocol endpoints can be reached.
143+
142144
### Configure IPv6 support
143145

144146
# [Azure portal](#tab/azure-portal)

0 commit comments

Comments
 (0)