Skip to content

Commit 76a66af

Browse files
authored
Update expressroute-howto-gateway-migration-powershell.md
update the file names
1 parent fb7bc46 commit 76a66af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/expressroute/expressroute-howto-gateway-migration-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ This script creates a new ExpressRoute virtual network gateway on the same gatew
6666
1. Run the **PrepareMigration.ps1** script to prepare the migration.
6767
6868
```azurepowershell-interactive
69-
gateway-migration/preparemigration.ps1
69+
expressroute-gateway\gateway-migration\preparemigration.ps1
7070
```
7171
1. Enter the resource ID of your gateway.
7272
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.
8686
1. Run the **Migration.ps1** script to perform the migration.
8787
8888
```azurepowershell-interactive
89-
gateway-migration/migration.ps1
89+
expressroute-gateway\gateway-migration\migration.ps1
9090
```
9191
1. Enter the resource ID of your premigration gateway.
9292
1. Enter the resource ID of your post-migration gateway.
@@ -98,7 +98,7 @@ This script deletes the old gateway and its connections.
9898
1. Run the **CommitMigration.ps1** script to complete the migration.
9999
100100
```azurepowershell-interactive
101-
gateway-migration/commitmigration.ps1
101+
expressroute-gateway\gateway-migration\commitmigration.ps1
102102
```
103103
1. Enter the resource ID of the premigration gateway.
104104

0 commit comments

Comments
 (0)