File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ This script creates a new ExpressRoute virtual network gateway on the same gatew
66
66
1. Run the **PrepareMigration.ps1** script to prepare the migration.
67
67
68
68
```azurepowershell-interactive
69
- gateway-migration/ preparemigration.ps1
69
+ expressroute- gateway\gateway -migration\ preparemigration.ps1
70
70
```
71
71
1. Enter the resource ID of your gateway.
72
72
1. Choose a name for your new resources, the new resource name will be added to the existing name. For example: existingresourcename_newname.
@@ -86,7 +86,7 @@ This script transfers the configuration from the old gateway to the new one.
86
86
1. Run the **Migration.ps1** script to perform the migration.
87
87
88
88
```azurepowershell-interactive
89
- gateway-migration/ migration.ps1
89
+ expressroute- gateway\gateway -migration\ migration.ps1
90
90
```
91
91
1. Enter the resource ID of your premigration gateway.
92
92
1. Enter the resource ID of your post-migration gateway.
@@ -98,7 +98,7 @@ This script deletes the old gateway and its connections.
98
98
1. Run the **CommitMigration.ps1** script to complete the migration.
99
99
100
100
```azurepowershell-interactive
101
- gateway-migration/ commitmigration.ps1
101
+ expressroute- gateway\gateway -migration\ commitmigration.ps1
102
102
```
103
103
1. Enter the resource ID of the premigration gateway.
104
104
You can’t perform that action at this time.
0 commit comments