Skip to content

Commit a5c24a6

Browse files
committed
Add basic SKU support
1 parent cd8ba84 commit a5c24a6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/app-service/networking/nat-gateway-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: 0a84734e-b5c1-4264-8d1f-77e781b28426
88
ms.service: app-service
99
ms.workload: web
1010
ms.topic: article
11-
ms.date: 08/04/2021
11+
ms.date: 04/08/2022
1212
ms.author: madsd
1313
ms.custom: seodec18, devx-track-azurecli
1414
ms.devlang: azurecli
@@ -26,7 +26,7 @@ For more information and pricing. Go to the [NAT gateway overview](../../virtual
2626
:::image type="content" source="./media/nat-gateway-integration/nat-gateway-overview.png" alt-text="Diagram shows Internet traffic flowing to a NAT gateway in an Azure Virtual Network.":::
2727

2828
> [!Note]
29-
> * Using NAT gateway with App Service is dependent on virtual network integration, and therefore **Standard**, **Premium**, **PremiumV2** or **PremiumV3** App Service plan is required.
29+
> * Using NAT gateway with App Service is dependent on virtual network integration, and therefore a supported App Service plan pricing tier is required.
3030
> * When using NAT gateway together with App Service, all traffic to Azure Storage must be using private endpoint or service endpoint.
3131
> * NAT gateway cannot be used together with App Service Environment v1 or v2.
3232

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

Lines changed: 3 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: 03/04/2022
6+
ms.date: 04/08/2022
77
ms.author: madsd
88

99
---
@@ -158,7 +158,7 @@ After your app integrates with your virtual network, it uses the same DNS server
158158

159159
There are some limitations with using regional virtual network integration:
160160

161-
* The feature is available from all App Service deployments in Premium v2 and Premium v3. It's also available in Standard 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 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.
161+
* 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 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.
162162
* The feature can't be used by Isolated plan apps that are in an App Service Environment.
163163
* You can't reach resources across peering connections with classic virtual networks.
164164
* The feature requires an unused subnet that's an IPv4 `/28` block or larger in an Azure Resource Manager virtual network.
@@ -257,7 +257,7 @@ The regional virtual network integration feature has no extra charge for use bey
257257

258258
Three charges are related to the use of the gateway-required virtual network integration feature:
259259

260-
* **App Service plan pricing tier charges**: Your apps need to be in a Standard, Premium, Premium v2, or Premium v3 App Service plan. For more information on those costs, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/).
260+
* **App Service plan pricing tier charges**: Your apps need to be in a Basic, Standard, Premium, Premium v2, or Premium v3 App Service plan. For more information on those costs, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/).
261261
* **Data transfer costs**: There's a charge for data egress, even if the virtual network is in the same datacenter. Those charges are described in [Data transfer pricing details](https://azure.microsoft.com/pricing/details/data-transfers/).
262262
* **VPN gateway costs**: There's a cost to the virtual network gateway that's required for the point-to-site VPN. For more information, see [VPN gateway pricing](https://azure.microsoft.com/pricing/details/vpn-gateway/).
263263

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: madsd
33
ms.service: app-service-web
44
ms.topic: include
5-
ms.date: 03/04/2022
5+
ms.date: 04/08/2022
66
ms.author: madsd
77
---
88

@@ -18,7 +18,7 @@ Virtual network integration gives your app access to resources in your virtual n
1818

1919
The virtual network integration feature:
2020

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.
21+
* Requires a [supported Basic or Standard](../articles/app-service/overview-vnet-integration.md#limitations), Premium, Premium v2, Premium v3, or Elastic Premium App Service pricing tier.
2222
* Supports TCP and UDP.
2323
* Works with App Service apps and function apps.
2424

0 commit comments

Comments
 (0)