Skip to content

Commit 6b3510a

Browse files
Merge pull request #259816 from cherylmc/SKUs3
Legacy SKUs
2 parents 1b00bdd + 9c36b81 commit 6b3510a

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

articles/vpn-gateway/gateway-sku-resize.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,18 @@ description: Learn how to resize a gateway SKU.
55
author: cherylmc
66
ms.service: vpn-gateway
77
ms.topic: how-to
8-
ms.date: 10/25/2023
8+
ms.date: 11/29/2023
99
ms.author: cherylmc
1010

1111
---
1212
# Resize a gateway SKU
1313

14-
This article helps you resize a VPN Gateway virtual network gateway SKU. Resizing a gateway SKU is a relatively fast process. You don't need to delete and recreate your existing VPN gateway to resize. However, there are certain limitations and restrictions for resizing and not all SKUs are available when resizing.
14+
This article helps you resize a VPN Gateway virtual network gateway SKU. Resizing a gateway SKU is a relatively fast process. You don't need to delete and recreate your existing VPN gateway to resize. However, there are certain limitations and restrictions for resizing and not all SKUs are available to resize.
1515

1616
[!INCLUDE [changing vs. resizing](../../includes/vpn-gateway-sku-about-change-resize.md)]
1717

1818
When using the portal to resize your SKU, notice that the dropdown list of available SKUs is based on the SKU you currently have. If you don't see the SKU you want to resize to, instead of resizing, you have to change to a new SKU. For more information, see [About VPN Gateway settings](vpn-gateway-about-vpn-gateway-settings.md).
1919

20-
> [!NOTE]
21-
> The steps in this article apply to current Resource Manager deployments and not to legacy classic (service management) deployments.
22-
2320
## Considerations
2421

2522
There are a number of things to consider when moving to a new gateway SKU. This section outlines the main items and also provides a table that helps you select the best method to use.
@@ -32,7 +29,7 @@ The following table helps you understand the required method to move from one SK
3229

3330
## Resize a SKU
3431

35-
Resizing a SKU takes about 45 minutes to complete.
32+
The following steps apply to current Resource Manager deployments and not to legacy classic (service management) deployments. Resizing a SKU takes about 45 minutes to complete.
3633

3734
1. Go to the **Configuration** page for your virtual network gateway.
3835
1. On the right side of the page, click the dropdown arrow to show a list of available SKUs. The options listed are based on the starting SKU and SKU Generation.

articles/vpn-gateway/vpn-gateway-howto-openvpn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article helps you set up **OpenVPN® Protocol** on Azure VPN Gateway. This
2121

2222
* [PowerShell - Create point-to-site](vpn-gateway-howto-point-to-site-rm-ps.md)
2323

24-
* If you already have a VPN gateway, verify that it doesn't use the Basic SKU. The Basic SKU isn't supported for OpenVPN. For more information about SKUs, see [VPN Gateway configuration settings](vpn-gateway-about-vpn-gateway-settings.md). To resize a Basic SKU, see [Resize a legacy gateway](vpn-gateway-about-skus-legacy.md#resource-manager).
24+
* If you already have a VPN gateway, verify that it doesn't use the Basic SKU. The Basic SKU isn't supported for OpenVPN. For more information about SKUs, see [VPN Gateway configuration settings](vpn-gateway-about-vpn-gateway-settings.md). To resize a Basic SKU, see [Resize a legacy gateway](vpn-gateway-about-skus-legacy.md).
2525

2626
## Portal
2727

articles/vpn-gateway/vpn-gateway-howto-site-to-site-classic-portal.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,13 @@ If you're having trouble connecting, see the **Troubleshoot** section of the tab
128128

129129
Resetting an Azure VPN gateway is helpful if you lose cross-premises VPN connectivity on one or more Site-to-Site VPN tunnels. In this situation, your on-premises VPN devices are all working correctly, but aren't able to establish IPsec tunnels with the Azure VPN gateways. For steps, see [Reset a VPN gateway](./reset-gateway.md#resetclassic).
130130

131-
## <a name="changesku"></a>How to change a gateway SKU
131+
## <a name="changesku"></a>How to resize a gateway SKU
132132

133-
For steps to change a gateway SKU, see [Resize a gateway SKU](vpn-gateway-about-SKUS-legacy.md#classicresize).
133+
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:
134+
135+
```powershell
136+
Resize-AzureVirtualNetworkGateway -GatewayId <Gateway ID> -GatewaySKU HighPerformance
137+
```
134138

135139
## Next steps
136140

0 commit comments

Comments
 (0)