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: includes/app-service-web-vnet-types.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,19 +2,19 @@
2
2
author: ccompy
3
3
ms.service: app-service-web
4
4
ms.topic: include
5
-
ms.date: 02/27/2020
5
+
ms.date: 04/15/2020
6
6
ms.author: ccompy
7
7
---
8
8
9
9
* The multitenant systems that support the full range of pricing plans except Isolated.
10
-
* The App Service Environment, which deploys into your virtual network and supports Isolated pricing plan apps.
10
+
* The App Service Environment, which deploys into your VNet and supports Isolated pricing plan apps.
11
11
12
-
The VNet Integration feature is used in multitenant apps. If your app is in [App Service Environment][ASEintro], then it's already in a virtual network and doesn't require use of the VNet Integration feature to reach resources in the same virtual network. For more information on all of the networking features, see [App Service networking features][Networkingfeatures].
12
+
The VNet Integration feature is used in multitenant apps. If your app is in [App Service Environment][ASEintro], then it's already in a VNet and doesn't require use of the VNet Integration feature to reach resources in the same VNet. For more information on all of the networking features, see [App Service networking features][Networkingfeatures].
13
13
14
-
VNet Integration gives your app access to resources in your virtual network, but it doesn't grant inbound private access to your app from the virtual network. Private site access refers to making an app accessible only from a private network, such as from within an Azure virtual network. VNet Integration is used only to make outbound calls from your app into your virtual network. The VNet Integration feature behaves differently when it's used with virtual networks in the same region and with virtual networks in other regions. The VNet Integration feature has two variations:
14
+
VNet Integration gives your app access to resources in your VNet, but it doesn't grant inbound private access to your app from the VNet. Private site access refers to making an app accessible only from a private network, such as from within an Azure virtual network. VNet Integration is used only to make outbound calls from your app into your VNet. The VNet Integration feature behaves differently when it's used with VNet in the same region and with VNet in other regions. The VNet Integration feature has two variations:
15
15
16
-
***Regional VNet Integration**: When you connect to Azure Resource Manager virtual networks in the same region, you must have a dedicated subnet in the virtual network you're integrating with.
17
-
***Gateway-required VNet Integration**: When you connect to virtual networks in other regions or to a classic virtual network in the same region, you need an Azure Virtual Network gateway provisioned in the target virtual network.
16
+
***Regional VNet Integration**: When you connect to Azure Resource Manager virtual networks in the same region, you must have a dedicated subnet in the VNet you're integrating with.
17
+
***Gateway-required VNet Integration**: When you connect to VNet in other regions or to a classic virtual network in the same region, you need an Azure Virtual Network gateway provisioned in the target VNet.
18
18
19
19
The VNet Integration features:
20
20
@@ -28,9 +28,9 @@ There are some things that VNet Integration doesn't support, like:
28
28
* Active Directory integration.
29
29
* NetBIOS.
30
30
31
-
Gateway-required VNet Integration provides access to resources only in the target virtual network or in networks connected to the target virtual network with peering or VPNs. Gateway-required VNet Integration doesn't enable access to resources available across Azure ExpressRoute connections or works with service endpoints.
31
+
Gateway-required VNet Integration provides access to resources only in the target VNet or in networks connected to the target VNet with peering or VPNs. Gateway-required VNet Integration doesn't enable access to resources available across Azure ExpressRoute connections or works with service endpoints.
32
32
33
-
Regardless of the version used, VNet Integration gives your app access to resources in your virtual network, but it doesn't grant inbound private access to your app from the virtual network. Private site access refers to making your app accessible only from a private network, such as from within an Azure virtual network. VNet Integration is only for making outbound calls from your app into your virtual network.
33
+
Regardless of the version used, VNet Integration gives your app access to resources in your VNet, but it doesn't grant inbound private access to your app from the VNet. Private site access refers to making your app accessible only from a private network, such as from within an Azure VNet. VNet Integration is only for making outbound calls from your app into your VNet.
0 commit comments