Skip to content

Commit 0efe1a6

Browse files
authored
Merge pull request #252845 from cherylmc/gwsku
Add Basic SKU info
2 parents 3007993 + 0743bf8 commit 0efe1a6

File tree

4 files changed

+22
-16
lines changed

4 files changed

+22
-16
lines changed

articles/vpn-gateway/tutorial-create-gateway-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: cherylmc
66
ms.author: cherylmc
77
ms.service: vpn-gateway
88
ms.topic: tutorial
9-
ms.date: 09/07/2023
9+
ms.date: 09/26/2023
1010

1111
---
1212

includes/vpn-gateway-add-gw-portal-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: cherylmc
33
ms.service: vpn-gateway
44
ms.topic: include
5-
ms.date: 06/23/2023
5+
ms.date: 09/26/2023
66
ms.author: cherylmc
77
---
88

@@ -20,7 +20,7 @@
2020
* **Region**: Select the region in which you want to create this resource. The region for the gateway must be the same as the virtual network.
2121
* **Gateway type**: Select **VPN**. VPN gateways use the virtual network gateway type **VPN**.
2222
* **VPN type**: Select the VPN type that is specified for your configuration. Most configurations require a Route-based VPN type.
23-
* **SKU**: Select the gateway SKU you want to use from the dropdown. The SKUs listed in the dropdown depend on the VPN type you select. Make sure to select a SKU that supports the features you want to use. For example, if you select an **'AZ'** SKU such as 'VPNGw2AZ', you're selecting an availability zone SKU, which has different settings than shown in this example. For more information, see [Zone redundant virtual network gateway in Azure availability zones](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md). For more information about gateway SKUs, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku).
23+
* **SKU**: Select the gateway SKU that supports the features you want to use from the dropdown. See [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpn-gateway-settings.md#gwsku). In the portal, the SKUs available in the dropdown depend on the `VPN type` you select. [!INCLUDE [Basic SKU](vpn-gateway-basic-sku.md)]
2424
* **Generation**: Select the generation you want to use. We recommend using a Generation2 SKU. For more information, see [Gateway SKUs](../articles/vpn-gateway/vpn-gateway-about-vpngateways.md#gwsku).
2525
* **Virtual network**: From the dropdown, select the virtual network to which you want to add this gateway. If you can't see the VNet for which you want to create a gateway, make sure you selected the correct subscription and region in the previous settings.
2626
* **Gateway subnet address range**: This field only appears if your VNet doesn't have a gateway subnet. It's best to specify /27 or larger (/26,/25 etc.). This allows enough IP addresses for future changes, such as adding an ExpressRoute gateway. If you already have a gateway subnet, you can view GatewaySubnet details by navigating to your virtual network. Select **Subnets** to view the range. If you want to change the range, you can delete and recreate the GatewaySubnet.

includes/vpn-gateway-basic-sku.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
ms.author: cherylmc
3+
author: cherylmc
4+
ms.date: 09/26/2023
5+
ms.service: vpn-gateway
6+
ms.topic: include
7+
---
8+
9+
The Basic SKU can only be configured using Azure CLI or PowerShell. You can't configure the Basic SKU in the Azure portal.

includes/vpn-gateway-gwsku-include.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,21 @@
11
---
2-
title: include file
3-
description: include file
4-
services: vpn-gateway
5-
author: cherylmc
6-
ms.service: vpn-gateway
7-
ms.topic: include
8-
ms.date: 09/15/2023
9-
ms.author: cherylmc
10-
ms.custom: include file
2+
ms.author: cherylmc
3+
author: cherylmc
4+
ms.date: 09/26/2023
5+
ms.service: vpn-gateway
6+
ms.topic: include
117
---
128

13-
When you create a virtual network gateway, you need to specify the gateway SKU that you want to use. Select the SKU that satisfies your requirements based on the types of workloads, throughput, features, and SLAs. For virtual network gateway SKUs in Azure Availability Zones, see [Zone-redundant gateway SKUs](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md).
9+
When you create a virtual network gateway, you need to specify the gateway SKU that you want to use. Select the SKU that satisfies your requirements based on the types of workloads, throughput, features, and SLAs. For virtual network gateway SKUs in Azure Availability Zones (*AZ SKUs), see [Zone-redundant gateway SKUs](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md).
1410

1511
### <a name="benchmark"></a>Gateway SKUs by tunnel, connection, and throughput
1612

1713
[!INCLUDE [Aggregated throughput by SKU](./vpn-gateway-table-gwtype-aggtput-include.md)]
1814

1915
> [!NOTE]
20-
> * For information about working with the legacy gateway SKUs (Basic, Standard, and HighPerformance), see [Working with VPN gateway SKUs (legacy SKUs)](../articles/vpn-gateway/vpn-gateway-about-skus-legacy.md).
21-
> * For ExpressRoute gateway SKUs, see [Virtual Network Gateways for ExpressRoute](../articles/expressroute/expressroute-about-virtual-network-gateways.md).
16+
> * For information about working with the legacy gateway SKUs (Basic, Standard, and HighPerformance), see [Working with VPN gateway SKUs (legacy SKUs)](../articles/vpn-gateway/vpn-gateway-about-skus-legacy.md).
17+
> * For ExpressRoute gateway SKUs, see [Virtual Network Gateways for ExpressRoute](../articles/expressroute/expressroute-about-virtual-network-gateways.md).
18+
> * For Availability Zone SKUs (*AZ SKUs), see [About Zone redundant gateway SKUs](../articles/vpn-gateway/about-zone-redundant-vnet-gateways.md).
2219
>
2320
2421
### <a name="feature"></a>Gateway SKUs by feature set
@@ -45,6 +42,6 @@ Due to the differences in SLAs and feature sets, we recommend the following SKUs
4542
| **Dev-test or proof of concept** | Basic (**) |
4643
| | |
4744

48-
(\*\*) The Basic SKU is considered a legacy SKU and has feature limitations. Verify that the feature that you need is supported before you use the Basic SKU.
45+
(\*\*) The Basic SKU is considered a legacy SKU and has feature limitations. Verify that the feature that you need is supported before you use the Basic SKU. Additionally, the Basic SKU can only be configured using Azure CLI or PowerShell.
4946

5047
If you are using the old SKUs (legacy), the production SKU recommendations are Standard and HighPerformance. For information and instructions for old SKUs, see [Gateway SKUs (legacy)](../articles/vpn-gateway/vpn-gateway-about-skus-legacy.md).

0 commit comments

Comments
 (0)