Skip to content

Commit a4704a2

Browse files
authored
Linux vnet integration limitation
1 parent cd6178e commit a4704a2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: 05/09/2023
6+
ms.date: 05/24/2023
77
ms.author: madsd
88
ms.custom: UpdateFrequency3
99

@@ -62,7 +62,7 @@ When virtual network integration is enabled, your app makes outbound calls throu
6262

6363
When all traffic routing is enabled, all outbound traffic is sent into your virtual network. If all traffic routing isn't enabled, only private traffic (RFC1918) and service endpoints configured on the integration subnet is sent into the virtual network. Outbound traffic to the internet is routed directly from the app.
6464

65-
The virtual network integration feature supports two virtual interfaces per worker. Two virtual interfaces per worker mean two virtual network integrations per App Service plan. In other words, an App Service plan can have virtual network integrations with up to two subnets/virtual networks. The apps in the same App Service plan can only use one of the virtual network integrations to a specific subnet, meaning an app can only have a single virtual network integration at a given time.
65+
For Windows App Service plans, the virtual network integration feature supports two virtual interfaces per worker. Two virtual interfaces per worker mean two virtual network integrations per App Service plan. In other words, a Windows App Service plan can have virtual network integrations with up to two subnets/virtual networks. The apps in the same App Service plan can only use one of the virtual network integrations to a specific subnet, meaning an app can only have a single virtual network integration at a given time. Linux App Service plans support only one virtual network integration per plan.
6666

6767
## Subnet requirements
6868

@@ -174,7 +174,7 @@ There are some limitations with using virtual network integration:
174174
* The integration subnet can't have [service endpoint policies](../virtual-network/virtual-network-service-endpoint-policies-overview.md) enabled.
175175
* The integration subnet can be used by only one App Service plan.
176176
* You can't delete a virtual network with an integrated app. Remove the integration before you delete the virtual network.
177-
* 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.
177+
* You can't have more than two virtual network integrations per Windows App Service plan. You can't have more than one virtual network integration per Linux App Service plan. Multiple apps in the same App Service plan can use the same virtual network integration.
178178
* You can't change the subscription of an app or a plan while there's an app that's using virtual network integration.
179179

180180
## Access on-premises resources

0 commit comments

Comments
 (0)