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
Copy file name to clipboardExpand all lines: articles/vpn-gateway/gateway-sku-upgrade.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ There are many things to consider when you upgrade to a new gateway SKU. The fol
24
24
| Starting SKU | Target SKU | Eligible for SKU upgrade | Delete/re-create only |
25
25
| --- | --- | --- | --- |
26
26
| Basic SKU | Any other SKU | No | Yes |
27
+
| Legacy SKU | AZ SKU | Yes (Migrate Only) | No
27
28
| Generation 1 SKU | Generation 1 AZ SKU | Yes | No |
28
29
| Generation 1 SKU | Generation 2 AZ SKU | No | Yes |
29
30
| Generation 2 SKU | Generation 2 AZ SKU | Yes | No |
@@ -35,7 +36,7 @@ In the preceding table, *AZ* stands for *availability zone*, and means that the
35
36
36
37
* You can't upgrade a Basic SKU to a new SKU. You must delete the gateway, and then create a new one.
37
38
* You can't downgrade a SKU without deleting the gateway and creating a new one.
38
-
* Legacy gateway SKUs (Standard and High Performance) can't be upgraded to the new SKU families. You must delete the gateway and create a new one. For more information about working with legacy gateway SKUs, see [VPN Gateway legacy SKUs](vpn-gateway-about-skus-legacy.md).
39
+
* Legacy gateway SKUs (Standard and High Performance) can be upgraded to new SKU families only by migrating the Basic SKU IP address to Standard SKU IP address first. You can use the [Basic SKU IP Migration tool](basic-public-ip-migrate-howto.md?tabs=portal) to migrate your IP address and your SKU will also be upgraded to AZ SKU family as part of this migration. For more information about working with legacy gateway SKUs, see [VPN Gateway legacy SKUs](vpn-gateway-about-skus-legacy.md).
39
40
40
41
## Upgrade a gateway SKU by using the Azure portal
41
42
@@ -49,7 +50,7 @@ This upgrade takes about 45 minutes to complete. If you're switching to a SKU th
49
50
50
51
## Workflow for SKUs that can't be upgraded
51
52
52
-
Basic SKUs and legacy gateway SKUs can't be directly upgraded. You must delete the existing gateway and create a new one. This process incurs downtime. The public IP address assigned to your gateway SKU changes. You must also reconfigure your VPN device and P2S clients.
53
+
**Basic SKUs** cannot be directly upgraded. You must delete the existing gateway and create a new one. This process incurs downtime. The public IP address assigned to your gateway SKU changes. You must also reconfigure your VPN device and P2S clients.
53
54
54
55
The high-level workflow is:
55
56
@@ -67,6 +68,8 @@ The high-level workflow is:
67
68
68
69
1. Re-create the connections to the virtual network gateway.
69
70
71
+
**Legacy SKUs** cannot be directly upgraded. All legacy SKUs use Basic IP address and you must migrate your Basic SKU IP address to Standard SKU IP address first. As part of Basic IP migration, your legacy SKU will also be migrated to AZ SKU family. See, the detailed instructions listed for [migrating your Basic IP address](basic-public-ip-migrate-howto.md?tabs=portal). For more information about working with legacy gateway SKUs, see [VPN Gateway legacy SKUs](vpn-gateway-about-skus-legacy.md).
72
+
70
73
## Related content
71
74
72
75
* For more information about gateway SKUs, see [About gateway SKUs](about-gateway-skus.md).
0 commit comments