Skip to content

Commit 7cce042

Browse files
Merge pull request #231063 from seligj95/patch-1
remove portal limitation for vnet integration
2 parents d8a1a1f + 5d78c46 commit 7cce042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/overview-vnet-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrate your app with an Azure virtual network
33
description: Integrate your app in Azure App Service with Azure virtual networks.
44
author: madsd
55
ms.topic: conceptual
6-
ms.date: 01/20/2023
6+
ms.date: 03/16/2023
77
ms.author: madsd
88
ms.custom: UpdateFrequency3
99

@@ -182,7 +182,7 @@ There are some limitations with using virtual network integration:
182182
* The integration subnet can't have [service endpoint policies](../virtual-network/virtual-network-service-endpoint-policies-overview.md) enabled.
183183
* The integration subnet can be used by only one App Service plan.
184184
* You can't delete a virtual network with an integrated app. Remove the integration before you delete the virtual network.
185-
* You can't have more than two virtual network integrations per App Service plan. Multiple apps in the same App Service plan can use the same virtual network integration. Currently you can only configure the first integration through Azure portal. The second integration must be created using Azure Resource Manager templates or Azure CLI commands.
185+
* You can't have more than two virtual network integrations per App Service plan. Multiple apps in the same App Service plan can use the same virtual network integration.
186186
* You can't change the subscription of an app or a plan while there's an app that's using virtual network integration.
187187

188188
## Access on-premises resources

0 commit comments

Comments
 (0)