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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The following SKUs are available for ExpressRoute virtual network gateways:
40
40
41
41
Here are the steps to migrate to a new gateway using PowerShell.
42
42
43
-
### Step 1: Clone the script
43
+
### Clone the script
44
44
45
45
1. Clone the setup script from GitHub.
46
46
@@ -53,7 +53,7 @@ Here are the steps to migrate to a new gateway using PowerShell.
53
53
```azurepowershell-interactive
54
54
CD azure-docs-powershell-samples/expressroute-gateway/
55
55
```
56
-
### Step 2: Prepare the migration
56
+
### Prepare the migration
57
57
58
58
This script creates a new ExpressRoute Virtual Network gateway on the same GatewaySubnet and connects it to your existing ExpressRoute circuits.
59
59
@@ -66,7 +66,7 @@ This script creates a new ExpressRoute Virtual Network gateway on the same Gatew
66
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.
67
67
1. Enter an availability zone for your new gateway.
68
68
69
-
### Step 3: Run the migration
69
+
### Run the migration
70
70
71
71
This script transfers the configuration from the old gateway to the new one.
72
72
@@ -78,7 +78,7 @@ This script transfers the configuration from the old gateway to the new one.
78
78
1. Enter the ID of the pre-migration gateway.
79
79
1. Enter the ID of the post-migration gateway.
80
80
81
-
### Step 4: Commit the migration
81
+
### Commit the migration
82
82
83
83
This script deletes the old gateway and its connections.
0 commit comments