Skip to content

Commit 1a1b68d

Browse files
authored
Merge pull request #296285 from MekaylaMoore/patch-21
Update gateway-migration.md
2 parents a489cc2 + 88ab112 commit 1a1b68d

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

articles/expressroute/gateway-migration.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,29 @@ The ErGw1Az, ErGw2Az, ErGw3Az, and ErGwScale (Preview) SKUs, also known as Az-En
3131

3232
The Standard, HighPerformance, and UltraPerformance SKUs, which are also known as nonavailability zone enabled SKUs are historically associated with Basic IPs, don't support the distribution of the gateway across multiple availability zones.
3333

34-
For enhanced reliability, it's recommended to use an Availability-Zone Enabled virtual network gateway SKU. These SKUs support a zone-redundant setup and are, by default, associated with Standard IPs. This setup ensures that even if one zone experiences an issue, the virtual network gateway infrastructure remains operational due to the distribution across multiple zones. For a deeper understanding of zone redundant gateways, please refer to [Availability Zone deployments.](../reliability/availability-zones-overview.md)
34+
For enhanced reliability, we recommend using an Availability-Zone Enabled virtual network gateway SKU. These SKUs support a zone-redundant setup and are, by default, associated with Standard IPs. This setup ensures that even if one zone experiences an issue, the virtual network gateway infrastructure remains operational due to the distribution across multiple zones. For a deeper understanding of zone redundant gateways, refer to [Availability Zone deployments.](../reliability/availability-zones-overview.md)
3535

3636
## Gateway migration experience
3737

3838
Historically, users had to use the Resize-AzVirtualNetworkGateway PowerShell command or delete and recreate the virtual network gateway to migrate between SKUs.
3939

4040
With the guided gateway migration experience you can deploy a second virtual network gateway in the same GatewaySubnet and Azure automatically transfers the control plane and data path configuration from the old gateway to the new one. During the migration process, there will be two virtual network gateways in operation within the same GatewaySubnet. This feature is designed to support migrations without disruption. However, users may experience brief connectivity issues or interruptions during the migration process.
4141

42-
After completing the gateway migration and deleting the older gateway and its connections, the newly created gateway will be tagged with "CreatedBy : GatewaySKUMigration". This tag will serve as a key differentiator from your other gateways that have not been migrated and should not be deleted.
42+
After completing the gateway migration and deleting the older gateway and its connections, the newly created gateway will be tagged with "CreatedBy : GatewaySKUMigration". This tag serves as a key differentiator from your other gateways that haven't been migrated and shouldn't be deleted.
4343

44-
> [!NOTE]
45-
> The total time required for the migration to complete can take up to one hour. During this period, the gateway will remain locked, and no changes will be permitted.
4644

47-
Gateway migration is recommended if you have a non-Az enabled Gateway SKU or a non-Az enabled Gateway Basic IP Gateway SKU.
45+
### Steps to migrate to a new gateway
4846

49-
| Migrate from Non-Az enabled Gateway SKU | Migrate to Az-enabled Gateway SKU |
47+
1. **Validate**: Ensure all resources are in a succeeded state to confirm the gateway is ready for migration. If prerequisites aren't met, validation fails, and you can't proceed.
48+
2. **Prepare**: Create a new Virtual Network gateway, Public IP, and connections. This operation can take up to 45 minutes. You can choose a preferred name for the new gateway and connections. If you don't change the name, the tag **_migrate** is appended by default. During this process, the existing Virtual Network gateway is locked, preventing any creation or modification of connections.
49+
3. **Migrate**: Select the new gateway to transfer traffic from the old gateway to the new one. This operation can take up to 15 minutes and may cause brief interruptions.
50+
4. **Commit**: Finalize the migration by deleting the old gateway and connections.
51+
52+
> [!IMPORTANT]
53+
> After migration, validate your connectivity to ensure everything is functioning as expected. You can revert to the old gateway by selecting **Abort** after the prepare step, which will delete the new gateway and connections.
54+
55+
56+
| Migrate from Non-Az-enabled Gateway SKU | Migrate to Az-enabled Gateway SKU |
5057
|---------------------------------------------|------------------------------------------------|
5158
| Standard, HighPerformance, UltraPerformance | ErGw1Az, ErGw2Az, ErGw3Az, ErGwScale (Preview) |
5259
| Basic IP | Standard IP |
@@ -57,11 +64,11 @@ Gateway migration is recommended if you have a non-Az enabled Gateway SKU or a n
5764

5865
The guided gateway migration experience supports:
5966

60-
* Non-Az-enabled SKU on Basic IP to Non-az enabled SKU on Standard IP.
67+
* Non-Az-enabled SKU on Basic IP to Non-az-enabled SKU on Standard IP.
6168
* Non-Az-enabled SKU on Basic IP to Az-enabled SKU on Standard IP.
6269
* Non-Az-enabled SKU on Standard IP to Az-enabled SKU on Standard IP.
6370

64-
It's recommended to migrate to an Az-enabled SKU for enhanced reliability and high availability. To learn more, see [Migrate to an availability zone-enabled ExpressRoute virtual network gateway using PowerShell](expressroute-howto-gateway-migration-powershell.md).
71+
We recommend migrating to an Az-enabled SKU for enhanced reliability and high availability. To learn more, see [Migrate to an availability zone-enabled ExpressRoute virtual network gateway using PowerShell](expressroute-howto-gateway-migration-powershell.md).
6572

6673
### Limitations
6774

0 commit comments

Comments
 (0)