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
1. Run the **PrepareMigration.ps1** script to prepare the migration.
61
67
62
68
```azurepowershell-interactive
63
69
gateway-migration/preparemigration.ps1
64
70
```
65
-
1. Enter the ID of the Gateway resource that is set to be migrated.
66
-
1. The gateway subnet needs two or more address prefixes for migration. If you have only one prefix, you will be prompted to enter an additional prefix.
71
+
1. Enter the resource ID of your gateway.
72
+
1. The gateway subnet needs two or more address prefixes for the migration. If you have only one prefix, you're prompted to enter an additional prefix.
73
+
1. Choose a name for your new resources, the new resource name will be added to the existing name. For example: existingresourcename_newname.
67
74
1. Enter an availability zone for your new gateway.
68
75
76
+
69
77
### Run the migration
70
78
71
79
This script transfers the configuration from the old gateway to the new one.
72
80
73
-
1. Run the **Migration.ps1** script to perform the migration.
81
+
1. Identify the resource ID of your new post-migration gateway. Use the resource name you given for this gateway in the previous step.
1. Run the **Migration.ps1** script to perform the migration.
74
88
75
89
```azurepowershell-interactive
76
-
gateway-migration/migration.ps1
90
+
gateway-migration/migration.ps1
77
91
```
78
-
1. Enter the ID of the pre-migration gateway.
79
-
1. Enter the ID of the post-migration gateway.
92
+
1. Enter the resource ID of your premigration gateway.
93
+
1. Enter the resource ID of your post-migration gateway.
80
94
81
95
### Commit the migration
82
96
@@ -87,7 +101,7 @@ This script deletes the old gateway and its connections.
87
101
```azurepowershell-interactive
88
102
gateway-migration/commitmigration.ps1
89
103
```
90
-
1. Enter the ID of the pre-migration gateway.
104
+
1. Enter the resource ID of the premigration gateway.
91
105
92
106
>[!IMPORTANT]
93
107
> - Before running this step, verify that the new virtual network gateway has a working ExpressRoute connection.
@@ -99,4 +113,4 @@ This script deletes the old gateway and its connections.
99
113
## Next steps
100
114
101
115
* Learn more about [designing for high availability](designing-for-high-availability-with-expressroute.md).
102
-
* Plan for [disaster recovery](designing-for-disaster-recovery-with-expressroute-privatepeering.md) and [using VPN as a backup](use-s2s-vpn-as-backup-for-expressroute-privatepeering.md).
116
+
* Plan for [disaster recovery](designing-for-disaster-recovery-with-expressroute-privatepeering.md) and [using VPN as a backup](use-s2s-vpn-as-backup-for-expressroute-privatepeering.md).
0 commit comments