You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/overview-inbound-outbound-ips.md
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how inbound and outbound IP addresses are used in Azure App S
4
4
author: msangapu-msft
5
5
ms.author: msangapu
6
6
ms.topic: article
7
-
ms.date: 07/16/2025
7
+
ms.date: 08/05/2025
8
8
ms.update-cycle: 1095-days
9
9
ms.custom:
10
10
- UpdateFrequency3
@@ -111,12 +111,12 @@ The tag can be used to allow outbound traffic in a Network security group (NSG)
111
111
> [!NOTE]
112
112
> Service tag helps you define network access, but it shouldn't be considered as a replacement for proper network security measures as it doesn't provide granular control over individual IP addresses.
113
113
114
-
## Inbound IPv6 support (public preview)
114
+
## Inbound IPv6 support
115
115
116
-
Azure App Service supports IPv6 for inbound traffic. Apps can receive traffic over both IPv4 and IPv6 protocols, providing compatibility with modern networks and clients that require IPv6 connectivity.
116
+
Azure App Service supports IPv6 for inbound traffic on all Basic, Standard, and Premium SKUs, as well as Functions Consumption, Functions Elastic Premium, and Logic Apps Standard plans. Apps can receive traffic over both IPv4 and IPv6 protocols, providing compatibility with modern networks and clients that require IPv6 connectivity.
117
117
118
118
> [!NOTE]
119
-
> Inbound IPv6 support is in public preview. Outbound IPv6 support is in public preview just for Windows apps. For more information on outbound IPv6 support, see [Announcing App Service Outbound IPv6 Support in Public Preview](https://techcommunity.microsoft.com/blog/appsonazureblog/announcing-app-service-outbound-ipv6-support-in-public-preview/4423368). All outbound connections from your Linux apps still use IPv4.
119
+
> Outbound IPv6 support is in public preview just for Windows apps. For more information on outbound IPv6 support, see [Announcing App Service Outbound IPv6 Support in Public Preview](https://techcommunity.microsoft.com/blog/appsonazureblog/announcing-app-service-outbound-ipv6-support-in-public-preview/4423368). All outbound connections from your Linux apps still use IPv4.
120
120
121
121
### Prerequisites
122
122
@@ -209,16 +209,6 @@ When using custom domains, you can configure DNS records to support IPv6:
209
209
-**IPv6 only**: Add an AAAA record pointing to your app's IPv6 address. Clients must support IPv6.
210
210
-**Dual-stack**: Add both A (IPv4) and AAAA (IPv6) records, or use a CNAME record to the default hostname, which inherits the `IPMode` behavior.
211
211
212
-
### IPv6 considerations
213
-
214
-
Consider the following factors when implementing IPv6 support:
215
-
216
-
-**Compatibility**: Use `IPv4AndIPv6` mode for maximum client compatibility
217
-
-**Testing**: Verify that your network infrastructure and test environments support IPv6
218
-
-**Client support**: Ensure your application clients can handle IPv6 addresses
219
-
-**Outbound traffic**: Remember that outbound connections always use IPv4
220
-
-**Client testing**: To ensure propert functionality, test your application with both IPv4 and IPv6 clients
221
-
222
212
## Next steps
223
213
224
214
* Learn how to [restrict inbound traffic](./app-service-ip-restrictions.md) by source IP addresses.
0 commit comments