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
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.
16
16
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
+
17
20
:::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":::
18
21
19
22
* The left side of the diagram shows the virtual network and the VPN gateway that you create by using the steps in this article.
20
23
* 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).
21
24
22
25
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).
23
26
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:
25
28
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.
Copy file name to clipboardExpand all lines: includes/vpn-gateway-sku-resize-restrictions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
author: cherylmc
3
3
ms.author: cherylmc
4
-
ms.date: 08/06/2024
4
+
ms.date: 08/15/2024
5
5
ms.service: azure-vpn-gateway
6
6
ms.topic: include
7
7
---
8
8
9
9
* 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.
11
11
* You can resize a gateway SKU as long as it is in the same generation, except for the Basic SKU.
12
12
* You can change a Basic SKU to another SKU.
13
13
* When you change from a legacy SKU to a new SKU, you'll have connectivity downtime.
0 commit comments