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/environment/networking.md
+41-1Lines changed: 41 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: App Service Environment networking
3
3
description: App Service Environment networking details
4
4
author: seligj95
5
5
ms.topic: overview
6
-
ms.date: 02/03/2026
6
+
ms.date: 03/30/2026
7
7
ms.author: jordanselig
8
8
ms.service: azure-app-service
9
9
---
@@ -153,6 +153,46 @@ To enable the feature, configure the `MultipleSubnetJoinEnabled` cluster setting
153
153
154
154
For guidance on configuring cluster settings, see [Custom configuration settings for App Service Environments](app-service-app-service-environment-custom-settings.md).
155
155
156
+
You must also set the `allowNewDirectNetworkIntegrations` property to `true` in the App Service Environment's networking configuration. This property is a required part of the networking configuration body. If you update the networking configuration without including this property, it could be disabled since it defaults to `false`.
157
+
158
+
You can set this property using the CLI or directly in an ARM template.
159
+
160
+
#### [CLI](#tab/cli)
161
+
162
+
There's no dedicated CLI parameter for this property, so use the following `az rest` command to enable it:
> When updating the networking configuration, include all properties you want to preserve. The `allowNewDirectNetworkIntegrations` property is a non-nullable boolean that defaults to `false`, so omitting it from a networking configuration update disables the feature.
195
+
156
196
### Join an app to an alternate subnet
157
197
158
198
The alternate subnet must be empty and delegated to `Microsoft.Web/serverFarms`. Ensure that [application traffic routing is enabled for your app](../configure-vnet-integration-routing.md#configure-application-routing) to route all traffic through the alternate subnet.
0 commit comments