Skip to content

Commit b467ad2

Browse files
authored
fixed things
1 parent 6bf60b5 commit b467ad2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

includes/app-service-web-vnet-types.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
author: ccompy
33
ms.service: app-service-web
44
ms.topic: include
5-
ms.date: 02/27/2020
5+
ms.date: 04/15/2020
66
ms.author: ccompy
77
---
88

99
* 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.
1111

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].
1313

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:
1515

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.
1818

1919
The VNet Integration features:
2020

@@ -28,9 +28,9 @@ There are some things that VNet Integration doesn't support, like:
2828
* Active Directory integration.
2929
* NetBIOS.
3030

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.
3232

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.
3434

3535
<!--Links-->
3636
[ASEintro]: https://docs.microsoft.com/azure/app-service/environment/intro

0 commit comments

Comments
 (0)