Skip to content

Commit 17be1f9

Browse files
authored
Merge pull request #259597 from cherylmc/legacy
SKU notes
2 parents 798e42f + 16f5c6c commit 17be1f9

File tree

5 files changed

+37
-18
lines changed

5 files changed

+37
-18
lines changed

articles/vpn-gateway/about-gateway-skus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about VPN Gateway SKUs.
44
author: cherylmc
55
ms.service: vpn-gateway
66
ms.topic: conceptual
7-
ms.date: 11/20/2023
7+
ms.date: 11/28/2023
88
ms.author: cherylmc
99

1010
---
@@ -88,7 +88,7 @@ If you're using the old SKUs (legacy), the production SKU recommendations are St
8888

8989
## About legacy SKUs
9090

91-
For information about working with the legacy gateway SKUs (Basic, Standard, and HighPerformance), see [Working with VPN gateway SKUs (legacy SKUs)](vpn-gateway-about-skus-legacy.md).
91+
For information about working with the legacy gateway SKUs (Basic, Standard, and High Performance), including SKU deprecation, see [Managing legacy gateway SKUs](vpn-gateway-about-skus-legacy.md).
9292

9393
## Specify a SKU
9494

@@ -101,7 +101,7 @@ You specify the gateway SKU when you create your VPN Gateway. See the following
101101
## <a name="resizechange"></a>Change or resize a SKU
102102

103103
> [!NOTE]
104-
> If you are working with a legacy gateway SKU and are using the classic deployment model (Service Management), the SKU rules are different. See [Working with legacy classic deployment model SKUs](vpn-gateway-about-skus-legacy.md).
104+
> If you're working with a legacy gateway SKU (Basic, Standard, and High Performance), see [Managing Legacy gateway SKUs](vpn-gateway-about-skus-legacy.md).
105105
106106
[!INCLUDE [changing vs. resizing](../../includes/vpn-gateway-sku-about-change-resize.md)]
107107

articles/vpn-gateway/vpn-gateway-about-skus-legacy.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Legacy Azure virtual network VPN gateway SKUs
3-
description: How to work with the old virtual network gateway SKUs; Basic, Standard, and HighPerformance.
3+
description: How to work with the old virtual network gateway SKUs; Basic, Standard, and High Performance.
44
author: cherylmc
55
ms.service: vpn-gateway
66
ms.topic: article
7-
ms.date: 02/13/2023
7+
ms.date: 11/28/2023
88
ms.author: cherylmc
99
---
1010
# Working with virtual network gateway SKUs (legacy SKUs)
@@ -17,6 +17,23 @@ This article contains information about the legacy (old) virtual network gateway
1717

1818
You can view legacy gateway pricing in the **Virtual Network Gateways** section, which is located in on the [ExpressRoute pricing page](https://azure.microsoft.com/pricing/details/expressroute).
1919

20+
## SKU deprecation
21+
22+
The Standard and High Performance SKUs will be deprecated September 30, 2025. The product team will make a migration path available for these SKUs by November 30, 2024. **At this time, there's no action that you need to take**.
23+
24+
There are no [price](https://azure.microsoft.com/pricing/details/vpn-gateway/) changes if you migrate to Standard (VpnGw1) and High Performance (VpnGw2) gateways. As a benefit, there's a performance improvement after migrating:
25+
26+
* **Standard** 6.5x
27+
* **High Performance** 5x
28+
29+
If you don't migrate your gateway by September 30, 2025, your gateway will be automatically upgraded to AZ gateways: VpnGw1AZ (Standard) or VpnGw2AZ (High Performance).
30+
31+
Important Dates:
32+
33+
* **December 1, 2023**: No new gateway creations possible on Standard / High Performance SKUs
34+
* **November 30, 2024**: Begin migrating gateways to other SKUs
35+
* **September 30, 2025**: Standard/High Performance SKUs will be retired and gateways will be automatically migrated
36+
2037
## <a name="agg"></a>Estimated aggregate throughput by SKU
2138

2239
[!INCLUDE [Aggregated throughput by legacy SKU](../../includes/vpn-gateway-table-gwtype-legacy-aggtput-include.md)]
@@ -27,29 +44,30 @@ You can view legacy gateway pricing in the **Virtual Network Gateways** section,
2744

2845
## <a name="resize"></a>Resize a gateway
2946

30-
With the exception of the Basic SKU, you can resize your gateway to a gateway SKU within the same SKU family. For example, if you have a Standard SKU, you can resize to a HighPerformance SKU. However, you can't resize your VPN gateway between the old SKUs and the new SKU families. For example, you can't go from a Standard SKU to a VpnGw2 SKU, or a Basic SKU to VpnGw1.
47+
Except for the Basic SKU, you can resize your gateway to a gateway SKU within the same SKU family. For example, if you have a Standard SKU, you can resize to a High Performance SKU. However, you can't resize your VPN gateway between the old SKUs and the new SKU families. For example, you can't go from a Standard SKU to a VpnGw2 SKU, or a Basic SKU to VpnGw1.
3148

3249
### Resource Manager
3350

34-
To resize a gateway for the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md) using PowerShell, use the following command:
51+
You can resize a gateway for the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md) using the Azure portal or PowerShell. For PowerShell, use the following command:
3552

3653
```powershell
3754
$gw = Get-AzVirtualNetworkGateway -Name vnetgw1 -ResourceGroupName testrg
3855
Resize-AzVirtualNetworkGateway -VirtualNetworkGateway $gw -GatewaySku HighPerformance
3956
```
4057

41-
You can also resize a gateway in the Azure portal.
42-
4358
### <a name="classicresize"></a>Classic
4459

45-
To resize a gateway for the classic deployment model, you must use the Service Management PowerShell cmdlets. Use the following command:
60+
To resize a gateway for the [classic deployment model](../azure-resource-manager/management/deployment-models.md), you must use the Service Management PowerShell cmdlets. Use the following command:
4661

4762
```powershell
4863
Resize-AzureVirtualNetworkGateway -GatewayId <Gateway ID> -GatewaySKU HighPerformance
4964
```
5065

5166
## <a name="change"></a>Change to the new gateway SKUs
5267

68+
> [!NOTE]
69+
> Standard and High Performance SKUs will be deprecated September 30, 2025. While you can choose to change to the new gateway SKUs at any point, there is no requirement to do so at this time. The product team will make a migration path available for these SKUs by November 30, 2024. See [Legacy SKU deprecation](#sku-deprecation) for more information.
70+
5371
[!INCLUDE [Change to the new SKUs](../../includes/vpn-gateway-gwsku-change-legacy-sku-include.md)]
5472

5573
## Next steps

includes/vpn-gateway-gwsku-change-legacy-sku-include.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: include
8-
ms.date: 04/07/2023
8+
ms.date: 11/27/2023
99
ms.author: cherylmc
1010
ms.custom: include file
1111
---
@@ -27,4 +27,4 @@ Considerations:
2727
* To move to the new SKUs, your VPN gateway must be in the Resource Manager deployment model.
2828
* If you have a classic VPN gateway, you must continue using the older legacy SKUs for that gateway, however, you can resize between the legacy SKUs. You can't change to the new SKUs.
2929
* When you change from a legacy SKU to a new SKU, you'll have connectivity downtime.
30-
* When changing to a new gateway SKU, the public IP address for your VPN gateway changes. This happens even if you specify the same public IP address object that you used previously.
30+
* When changing to a new gateway SKU, the public IP address for your VPN gateway changes. This happens even if you specified the same public IP address object that you used previously.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
author: cherylmc
33
ms.author: cherylmc
4-
ms.date: 11/20/2023
4+
ms.date: 11/28/2023
55
ms.service: vpn-gateway
66
ms.topic: include
77
---
88

99
When you want to move to another SKU, there are multiple methods to choose from. The method you choose depends on the gateway SKU that you're starting from.
1010

11-
* **Resize a SKU:** When you resize a SKU, you incur very little downtime. You don't need to follow a workflow to resize a SKU. You can resize a SKU quickly and easily in the Azure portal. Or, you can use PowerShell or the Azure CLI. You don't need to reconfigure your VPN device or your P2S clients.
11+
* **[Resize a SKU](../articles/vpn-gateway/gateway-sku-resize.md):** When you resize a SKU, you incur very little downtime. You don't need to follow a workflow to resize a SKU. You can resize a SKU quickly and easily in the Azure portal. Or, you can use PowerShell or the Azure CLI. You don't need to reconfigure your VPN device or your P2S clients.
1212

13-
* **Change a SKU:** If you can't resize your SKU, you can change your SKU using a specific [Workflow](../articles/vpn-gateway/gateway-sku-change.md#workflow). Changing a SKU incurs more downtime than resizing. Additionally, there are multiple resources that need to be reconfigured when using this method.
13+
* **[Change a SKU](../articles/vpn-gateway/gateway-sku-change.md):** If you can't resize your SKU, you can change your SKU using a specific [Workflow](../articles/vpn-gateway/gateway-sku-change.md#workflow). Changing a SKU incurs more downtime than resizing. Additionally, there are multiple resources that need to be reconfigured when using this method.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
author: cherylmc
33
ms.author: cherylmc
4-
ms.date: 10/24/2023
4+
ms.date: 11/28/2023
55
ms.service: 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 HighPerformance.
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.
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.
14-
* When you change to a new gateway SKU, the public IP address for your VPN gateway changes. This happens even if you specify the same public IP address object that you used previously.
14+
* When you change to a new gateway SKU, the public IP address for your VPN gateway changes. This happens even if you specified the same public IP address object that you used previously.
1515
* If you have a classic VPN gateway, you must continue using the older legacy SKUs for that gateway. However, you can resize between the legacy SKUs available for classic gateways. You can't change to the new SKUs.
16+
* Standard and High Performance legacy SKUs are being deprecated. See [Legacy SKU deprecation](../articles/vpn-gateway/vpn-gateway-about-skus-legacy.md#sku-deprecation) for SKU migration and upgrade timelines.

0 commit comments

Comments
 (0)