Skip to content

Commit 26c44d3

Browse files
committed
2 parents 778bc7a + 8eb4254 commit 26c44d3

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

articles/expressroute/gateway-migration.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,28 @@ The guided gateway migration experience has the following limitations:
6767

6868
For detailed troubleshooting errors and best practices, see [Troubleshooting Gateway Migration](gateway-migration-error-messaging.md).
6969

70+
## Gateway migration experience
71+
72+
The gateway migration experience allows you to deploy a second virtual network gateway in the same GatewaySubnet. Azure migrates your configurations from the old gateway to the new one. Both gateways run simultaneously during migration, minimizing disruption – though brief connectivity interruptions may still occur.
73+
74+
After migration, the old gateway and its connections are deleted, and the new gateway is tagged with **CreatedBy: GatewaySKUMigration** to identify it as a migrated resource and shouldn’t be deleted.
75+
76+
### Steps to migrate to a new gateway
77+
78+
1. **Validate**: Check that all resources are in a succeeded state. If any prerequisites aren't met, validation fails and migration can't proceed.
79+
2. **Prepare**: Azure creates a new virtual network gateway, public IP, and connections. This step can take up to 45 minutes. You can specify a name for the new gateway, or Azure will add **_migrate** to the original name by default. During preparation, the existing gateway is locked to prevent changes. If you need to stop the migration, you can **abort** at this stage, which deletes the new gateway and connections.
80+
- **Note**: The new gateway is created in the same region as the existing one. To change regions, you must delete the current gateway and create a new one in the desired region.
81+
3. **Migrate**: Switch traffic from the old gateway to the new one. This step can take up to 15 minutes and may cause brief connectivity interruptions.
82+
4. **Commit**: Complete the migration by deleting the old gateway and its connections. If necessary, you can abort and revert to the old gateway before committing.
83+
84+
85+
> [!IMPORTANT]
86+
> 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.
87+
88+
| Migration source (Non-Az-enabled gateway SKU) | Migration target (Az-enabled gateway SKU) |
89+
|--|--|
90+
| Basic IP | Standard IP |
91+
7092
## FAQ
7193

7294
### How do I add a second prefix to the GatewaySubnet?

0 commit comments

Comments
 (0)