Skip to content

Commit 752d8ff

Browse files
author
Jill Grant
authored
Merge pull request #284802 from cherylmc/basic-sku
Basic SKU
2 parents 78801fb + 1aec4ac commit 752d8ff

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

articles/vpn-gateway/create-gateway-basic-sku-powershell.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a Basic SKU virtual network gateway for a VPN c
55
author: cherylmc
66
ms.service: azure-vpn-gateway
77
ms.topic: how-to
8-
ms.date: 07/17/2024
8+
ms.date: 08/15/2024
99
ms.author: cherylmc
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -14,18 +14,19 @@ ms.custom: devx-track-azurepowershell
1414

1515
This article helps you create a Basic SKU Azure VPN gateway using PowerShell. The VPN gateway you create can be either RouteBased, or PolicyBased, depending on your connection requirements. A VPN gateway is used when creating a VPN connection to your on-premises network. You can also use a VPN gateway to connect VNets.
1616

17+
> [!IMPORTANT]
18+
> The Basic SKU has certain feature and performance limitations and shouldn't be used for production purposes. For more information about SKUs, see [About gateway SKUs](about-gateway-skus.md).
19+
1720
:::image type="content" source="./media/create-gateway-basic-sku/gateway-diagram.png" alt-text="Diagram that shows a virtual network and a VPN gateway." lightbox="./media/create-gateway-basic-sku/gateway-diagram-expand.png":::
1821

1922
* The left side of the diagram shows the virtual network and the VPN gateway that you create by using the steps in this article.
2023
* You can later add different types of connections, as shown on the right side of the diagram. For example, you can create [site-to-site](tutorial-site-to-site-portal.md) and [point-to-site](point-to-site-about.md) connections. To view different design architectures that you can build, see [VPN gateway design](design.md).
2124

2225
The steps in this article create a virtual network, a subnet, a gateway subnet, and a VPN gateway (virtual network gateway) using the Basic SKU. The article steps specify a **RouteBased** VPN type. You can also specify a **PolicyBased** VPN type using the steps in this article. Once the gateway creation completes, you can then create connections. If you want to create a gateway using a SKU other than the Basic SKU, see the [Portal article](tutorial-create-gateway-portal.md).
2326

24-
Basic SKU VPN gateways have limitations. For more information about SKUs and Basic SKU limitations, see [About gateway SKUs](about-gateway-skus.md). A few of the limitations that affect the settings used in this article are:
27+
The Basic SKU has certain feature and performance limitations and shouldn't be used for production purposes. Some of the limitations of the Basic SKU are:
2528

26-
* A Basic SKU VPN gateway must use the Dynamic allocation method for public IP address, not Static.
27-
* A Basic SKU VPN gateway uses a Basic SKU public IP address, not Standard.
28-
* You can't create a Basic SKU VPN gateway using the Azure portal.
29+
[!INCLUDE [Basic SKU limitations](../../includes/vpn-gateway-basic-sku-limitations.md)]
2930

3031
## Before you begin
3132

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
ms.author: cherylmc
3+
author: cherylmc
4+
ms.date: 08/15/2024
5+
ms.service: azure-vpn-gateway
6+
ms.topic: include
7+
---
8+
9+
* A Basic SKU VPN gateway uses a Basic SKU public IP address, not Standard.
10+
* The public IP address allocation method for a Basic SKU VPN gateway must be Dynamic, not Static.
11+
* The Basic SKU can only be configured using PowerShell or Azure CLI.
12+
* The Basic SKU doesn't support IPv6.
13+
* The Basic SKU doesn't support RADIUS authentication.

includes/vpn-gateway-sku-resize-restrictions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
author: cherylmc
33
ms.author: cherylmc
4-
ms.date: 08/06/2024
4+
ms.date: 08/15/2024
55
ms.service: azure-vpn-gateway
66
ms.topic: include
77
---
88

99
* You can't resize to downgrade a SKU.
10-
* You can't resize a legacy SKU to one of the newer Azure SKUs (VpnGw1, VpnGw2AZ etc.) Legacy SKUs for the Resource Manager deployment model are: Basic, Standard, and High Performance. You must instead, change the SKU.
10+
* You can't resize a legacy SKU to one of the newer Azure SKUs (VpnGw1, VpnGw2AZ etc.) Legacy SKUs for the Resource Manager deployment model are: Standard, and High Performance. You must instead, change the SKU.
1111
* You can resize a gateway SKU as long as it is in the same generation, except for the Basic SKU.
1212
* You can change a Basic SKU to another SKU.
1313
* When you change from a legacy SKU to a new SKU, you'll have connectivity downtime.

0 commit comments

Comments
 (0)