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
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-gateway-migration-powershell.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,16 +69,16 @@ This script creates a new ExpressRoute virtual network gateway on the same gatew
69
69
gateway-migration/preparemigration.ps1
70
70
```
71
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 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>.
74
74
1. Enter an availability zone for your new gateway.
75
75
76
76
77
77
### Run the migration
78
78
79
79
This script transfers the configuration from the old gateway to the new one.
80
80
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.
0 commit comments