Skip to content

Commit ce707b5

Browse files
Merge pull request #311156 from raboilla/patch-45
block non-AZ SKU” - Update VPN Gateway SKU migration information
2 parents f8bd4e1 + 17c2d4c commit ce707b5

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

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

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,32 @@ Using the Standard SKU public IP address parameter with a VPN Gateway Basic SKU
9292

9393
Standard and HighPerformance gateway will be migrated to AZ gateways in CY26. For more information, see this [announcement](https://azure.microsoft.com/updates/standard-and-highperformance-vpn-gateway-skus-will-be-retired-on-30-september-2025/) and [Working with VPN Gateway legacy SKUs](vpn-gateway-about-skus-legacy.md).
9494

95+
### What happens to existing non-AZ VPN Gateways after the “block non-AZ SKU” rollout starting in February'26?
96+
### I have an existing VPN Gateway using a non-Availability Zone (non-AZ) SKU (VpnGw1–VpnGw5). What changes after this rollout?
97+
98+
After the “block non-AZ SKU” feature flag rolls out, existing VPN Gateways using non-AZ SKUs will no longer allow configuration changes. If you attempt any management or configuration operation on a non-AZ gateway, you will receive a ValidationException. This is expected behavior after the rollout.
99+
100+
### Why am I seeing a ValidationException? example error message: Microsoft.WindowsAzure.Networking.Nrp.Frontend.Common.ValidationException: VpnGw1-5 non-AZ SKUs are no longer supported for VPN gateways. Only VpnGw1-5AZ SKUs can be created going forward
101+
102+
The exception indicates that configuration changes on non-AZ VPN Gateway SKUs are no longer supported. To proceed, the gateway must first be migrated to an equivalent Availability Zone–enabled (AZ) SKU.
103+
104+
### What action is required to resolve this error?
105+
106+
You must migrate your VPN Gateway from a non-AZ SKU to the corresponding AZ SKU before making any other changes.
107+
For example:
108+
109+
VpnGw1 → VpnGw1AZ
110+
VpnGw2 → VpnGw2AZ
111+
112+
### Will migrating to an AZ SKU cause downtime?
113+
114+
Same SKU family migration (for example, VpnGw1 → VpnGw1AZ) is non-disruptive and is a metadata-only change.
115+
Cross-family migration (for example, VpnGw1 → VpnGw3AZ) is disruptive, consistent with existing VPN Gateway resize behavior.
116+
117+
### Do AZ SKUs automatically become zone-redundant?
118+
119+
AZ SKUs are AZ-capable. They become zone-redundant only in regions that support Availability Zones, as described in the [existing documentation](gateway-sku-consolidation.md#will-there-be-any-performance-impact-on-my-gateways-with-this-migration)
120+
95121
## Next steps
96122

97123
For more information about SKUs, see [About gateway SKUs](about-gateway-skus.md).

0 commit comments

Comments
 (0)