Skip to content

Commit 90f6f78

Browse files
authored
acrolinx update
1 parent 03a8cf4 commit 90f6f78

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,16 @@ This script creates a new ExpressRoute virtual network gateway on the same gatew
6969
gateway-migration/preparemigration.ps1
7070
```
7171
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 will be prompted to enter an additional prefix.
73-
1. Choose the suffix for new resources, new resource name will be existingresourcename_<suffix>.
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 suffix for your new resources, the new resource name will be existingresourcename_<suffix>.
7474
1. Enter an availability zone for your new gateway.
7575
7676
7777
### Run the migration
7878
7979
This script transfers the configuration from the old gateway to the new one.
8080
81-
1. Identify the resource ID of your new post-migration gateway. Use the resource name you given for this gateway in the prevous step.
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.
8282
8383
```azurepowershell-interactive
8484
$resourceId = Get-AzResource -Name {virtual network gateway name}
@@ -89,7 +89,7 @@ This script transfers the configuration from the old gateway to the new one.
8989
```azurepowershell-interactive
9090
gateway-migration/migration.ps1
9191
```
92-
1. Enter the resource ID of your pre-migration gateway.
92+
1. Enter the resource ID of your premigration gateway.
9393
1. Enter the resource ID of your post-migration gateway.
9494
9595
### Commit the migration
@@ -101,7 +101,7 @@ This script deletes the old gateway and its connections.
101101
```azurepowershell-interactive
102102
gateway-migration/commitmigration.ps1
103103
```
104-
1. Enter the resource ID of the pre-migration gateway.
104+
1. Enter the resource ID of the premigration gateway.
105105
106106
>[!IMPORTANT]
107107
> - Before running this step, verify that the new virtual network gateway has a working ExpressRoute connection.

0 commit comments

Comments
 (0)