Skip to content

Commit 35faede

Browse files
authored
linux clarifications
1 parent e35f560 commit 35faede

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/app-service/web-sites-integrate-with-vnet.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This document goes through the two VNet Integration features, which is for use i
2828

2929
There are two forms to the VNet Integration feature
3030

31-
1. One version enables integration with VNets in the same region. This form of the feature requires a subnet in a VNet in the same region
32-
2. The other version enables integration with VNets in other regions or with Classic VNets. This version of the feature requires deployment of a Virtual Network Gateway into your VNet.
31+
1. One version enables integration with VNets in the same region. This form of the feature requires a subnet in a VNet in the same region. This feature is still in preview but is supported for Windows app production workloads with some caveats noted below.
32+
2. The other version enables integration with VNets in other regions or with Classic VNets. This version of the feature requires deployment of a Virtual Network Gateway into your VNet. This is the point-to-site VPN based feature.
3333

3434
An app can only use one form of the VNet Integration feature at a time. The question then is which feature should you use. You can use either for many things. The clear differentiators though are:
3535

@@ -67,7 +67,7 @@ When VNet Integration is used with VNets in the same region as your app, it requ
6767
* Access resources in the VNet you are connected to
6868
* Access resources across peered connections including ExpressRoute connections
6969

70-
This feature is in preview but, it is supported for production workloads with the following limitations:
70+
This feature is in preview but, it is supported for Windows app production workloads with the following limitations:
7171

7272
* You can only reach addresses that are in the RFC 1918 range. Those are addresses in the 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 address blocks.
7373
* You cannot reach resources across global peering connections
@@ -80,7 +80,7 @@ This feature is in preview but, it is supported for production workloads with th
8080
* You cannot delete a VNet with an integrated app. You must remove the integration first
8181
* You can have only one regional VNet Integration per App Service plan. Multiple apps in the same App Service plan can use the same VNet.
8282

83-
To use the VNet Integration feature with a Resource Manager VNet in the same region:
83+
The feature is in preview also for Linux. To use the VNet Integration feature with a Resource Manager VNet in the same region:
8484

8585
1. Go to the Networking UI in the portal. If your app is able to use the new feature, then you will see an option to Add VNet (preview).
8686

@@ -119,6 +119,7 @@ The Gateway required VNet Integration feature:
119119
* Enables up to five VNets to be integrated with in an App Service Plan
120120
* Allows the same VNet to be used by multiple apps in an App Service Plan without impacting the total number that can be used by an App Service plan. If you have 6 apps using the same VNet in the same App Service plan, that counts as 1 VNet being used.
121121
* Requires a Virtual Network Gateway that is configured with Point to Site VPN
122+
* Is not supported for use with Linux apps
122123
* Supports a 99.9% SLA due to the SLA on the gateway
123124

124125
This feature does not support:

0 commit comments

Comments
 (0)