Skip to content

Commit 728fef1

Browse files
authored
headings
1 parent 3a6cccd commit 728fef1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following SKUs are available for ExpressRoute virtual network gateways:
4040

4141
Here are the steps to migrate to a new gateway using PowerShell.
4242

43-
### Step 1: Clone the script
43+
### Clone the script
4444

4545
1. Clone the setup script from GitHub.
4646

@@ -53,7 +53,7 @@ Here are the steps to migrate to a new gateway using PowerShell.
5353
```azurepowershell-interactive
5454
CD azure-docs-powershell-samples/expressroute-gateway/
5555
```
56-
### Step 2: Prepare the migration
56+
### Prepare the migration
5757

5858
This script creates a new ExpressRoute Virtual Network gateway on the same GatewaySubnet and connects it to your existing ExpressRoute circuits.
5959

@@ -66,7 +66,7 @@ This script creates a new ExpressRoute Virtual Network gateway on the same Gatew
6666
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.
6767
1. Enter an availability zone for your new gateway.
6868
69-
### Step 3: Run the migration
69+
### Run the migration
7070
7171
This script transfers the configuration from the old gateway to the new one.
7272
@@ -78,7 +78,7 @@ This script transfers the configuration from the old gateway to the new one.
7878
1. Enter the ID of the pre-migration gateway.
7979
1. Enter the ID of the post-migration gateway.
8080
81-
### Step 4: Commit the migration
81+
### Commit the migration
8282
8383
This script deletes the old gateway and its connections.
8484

0 commit comments

Comments
 (0)