Skip to content

Commit 596ba02

Browse files
Merge pull request #311291 from seligj95/altsub2
ASE alternate subnet join limitations
2 parents f2f1fe9 + 18c3fcd commit 596ba02

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

articles/app-service/environment/networking.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,18 @@ If your alternate subnet is in a different resource group than your app, run `az
167167

168168
To change the alternate subnet for an app, first remove the existing integration and then add a new one.
169169

170+
To remove the alternate subnet join for an app, remove the virtual network integration using the Azure CLI or ARM/Bicep:
171+
172+
```azurecli-interactive
173+
az webapp vnet-integration remove --resource-group <APP-RESOURCE-GROUP> --name <APP-NAME>
174+
```
175+
176+
> [!IMPORTANT]
177+
> Don't add the App Service Environment's subnet as the alternate subnet. This configuration causes a conflict and will prevent your app from functioning correctly.
178+
170179
### Limitations
171180

181+
- The app, App Service Environment, and virtual network must all be in the same subscription.
172182
- Each app from a given plan can only integrate with one alternate subnet.
173183
- A plan can have up to four different subnet connections, and apps in the same plan can use any of the connections.
174184
- This feature isn't compatible with the [multi-plan subnet join](../overview-vnet-integration.md#subnet-requirements) feature available in the multitenant App Service offering.

0 commit comments

Comments
 (0)