Skip to content

Commit aecae3e

Browse files
committed
revert
1 parent 0b7ef2c commit aecae3e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/app-service/overview-vnet-integration.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Integrate your app with an Azure virtual network
33
description: Integrate your app in Azure App Service with Azure virtual networks.
44
author: madsd
55
ms.topic: conceptual
6-
ms.date: 14/03/2025
6+
ms.date: 04/05/2024
77
ms.author: madsd
88
ms.custom: UpdateFrequency3
99

@@ -20,15 +20,15 @@ This article describes the Azure App Service virtual network integration feature
2020
App Service has two variations:
2121

2222
* 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.
2424

2525
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).
2626

2727
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.
2828

2929
The virtual network integration feature:
3030

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.
3232
* Supports TCP and UDP.
3333
* Works with App Service apps, function apps, and Logic apps.
3434

@@ -211,6 +211,9 @@ After your app integrates with your virtual network, it uses the same DNS server
211211

212212
There are some limitations with using virtual network integration:
213213

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.
214217
* 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.
215218
* The app and the virtual network must be in the same region.
216219
* The integration virtual network can't have IPv6 address spaces defined.

0 commit comments

Comments
 (0)