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: articles/app-service/overview-vnet-integration.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Integrate your app with an Azure virtual network
3
3
description: Integrate your app in Azure App Service with Azure virtual networks.
4
4
author: madsd
5
5
ms.topic: conceptual
6
-
ms.date: 14/03/2025
6
+
ms.date: 04/05/2024
7
7
ms.author: madsd
8
8
ms.custom: UpdateFrequency3
9
9
@@ -20,15 +20,15 @@ This article describes the Azure App Service virtual network integration feature
20
20
App Service has two variations:
21
21
22
22
* The dedicated compute pricing tiers, which include the Basic, Standard, Premium, Premium v2, and Premium v3.
23
-
* The App Service Environment, which deploys directly into your virtual network with dedicated supporting infrastructure and is using the Isolated v2 pricing tiers.
23
+
* 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.
24
24
25
25
The virtual network integration feature is used in Azure App Service dedicated compute pricing tiers. If your app is in an [App Service Environment](./environment/overview.md), it already integrates with a virtual network and doesn't require you to configure virtual network integration feature to reach resources in the same virtual network. For more information on all the networking features, see [App Service networking features](./networking-features.md).
26
26
27
27
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. Refer to [private endpoint](./networking/private-endpoint.md) for inbound private access.
28
28
29
29
The virtual network integration feature:
30
30
31
-
* Requires a Basic, Standard, Premium, Premium v2, Premium v3, or Elastic Premium App Service pricing tier.
31
+
* Requires a [supported Basic or Standard](./overview-vnet-integration.md#limitations), Premium, Premium v2, Premium v3, or Elastic Premium App Service pricing tier.
32
32
* Supports TCP and UDP.
33
33
* Works with App Service apps, function apps, and Logic apps.
34
34
@@ -211,6 +211,9 @@ After your app integrates with your virtual network, it uses the same DNS server
211
211
212
212
There are some limitations with using virtual network integration:
213
213
214
+
* The feature is available from all App Service deployments in Premium v2 and Premium v3. It's also available in Basic and Standard tier but only from newer App Service deployments. If you're on an older deployment, you can only use the feature from a Premium v2 App Service plan. If you want to make sure you can use the feature in a Basic or Standard App Service plan, create your app in a Premium v3 App Service plan. Those plans are only supported on our newest deployments. You can scale down if you want after the plan is created.
215
+
* The feature isn't available for Isolated plan apps in an App Service Environment.
216
+
* You can't reach resources across peering connections with classic virtual networks.
214
217
* The feature requires an unused subnet that's an IPv4 `/28` block or larger in an Azure Resource Manager virtual network. MPSJ requires a `/26` block or larger.
215
218
* The app and the virtual network must be in the same region.
216
219
* The integration virtual network can't have IPv6 address spaces defined.
0 commit comments