|
2 | 2 | author: madsd
|
3 | 3 | ms.service: app-service-web
|
4 | 4 | ms.topic: include
|
5 |
| -ms.date: 10/01/2020 |
| 5 | +ms.date: 03/04/2022 |
6 | 6 | ms.author: madsd
|
7 | 7 | ---
|
8 | 8 |
|
9 | 9 | * The dedicated compute pricing tiers, which include the Basic, Standard, Premium, Premium v2, and Premium v3.
|
10 | 10 | * The App Service Environment, which deploys directly into your virtual network with dedicated supporting infrastructure and is using the Isolated and Isolated v2 pricing tiers.
|
11 | 11 |
|
12 |
| -The VNet integration feature is used in Azure App Service dedicated compute pricing tiers. If your app is in an [App Service Environment](../articles/app-service/environment/overview.md), 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 the networking features, see [App Service networking features](../articles/app-service/networking-features.md). |
| 12 | +The virtual network integration feature is used in Azure App Service dedicated compute pricing tiers. If your app is in an [App Service Environment](../articles/app-service/environment/overview.md), 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 the networking features, see [App Service networking features](../articles/app-service/networking-features.md). |
13 | 13 |
|
14 |
| -Virtual network 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. Virtual network 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 | +Virtual network 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. Virtual network integration is used only to make outbound calls from your app into your virtual network. The virtual network integration feature behaves differently when it's used with virtual networks in the same region and with virtual networks in other regions. The virtual network integration feature has two variations: |
15 | 15 |
|
16 | 16 | * **Regional virtual network integration**: When you connect to virtual networks in the same region, you must have a dedicated subnet in the virtual network you're integrating with.
|
17 | 17 | * **Gateway-required virtual network integration**: When you connect directly to virtual networks in other regions or to a classic virtual network in the same region, you need an Azure Virtual Network gateway created in the target virtual network.
|
18 | 18 |
|
19 |
| -The VNet integration feature: |
| 19 | +The virtual network integration feature: |
20 | 20 |
|
21 |
| -* Requires a Standard, Premium, Premium v2, Premium v3, or Elastic Premium App Service pricing tier. |
| 21 | +* Requires a [supported Standard](../articles/app-service/overview-vnet-integration.md#limitations), Premium, Premium v2, Premium v3, or Elastic Premium App Service pricing tier. |
22 | 22 | * Supports TCP and UDP.
|
23 | 23 | * Works with App Service apps and function apps.
|
24 | 24 |
|
|
0 commit comments