Skip to content

Commit 375d0ab

Browse files
authored
Merge pull request #127546 from hisriram1996/patch-2
Added Azure PowerShell command to deploy second ExpressRoute Gateway with admin state set to disabled
2 parents b254312 + 6661db9 commit 375d0ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When creating an ExpressRoute virtual network gateway, you must select a [gatewa
2424
- Ensure you have an existing [ExpressRoute virtual network gateway](expressroute-howto-add-gateway-portal-resource-manager.md) in your Azure subscription.
2525

2626
> [!TIP]
27-
> You can now deploy two ExpressRoute gateways within the same virtual network. To do this, create a second ExpressRoute gateway with its admin state set to **disabled**. Once the second gateway is deployed, initiate the *Prepare* step in the migration tool. This step establishes the connection without redeploying the gateway, as it's already in place. Finally, run the *Migrate* step, which will change the new gateway's admin state to **_enabled_**, completing the migration process. This method minimizes the migration or maintenance window, significantly reducing downtime when transitioning from a non-zonal to a zone-redundant gateway.
27+
> You can now deploy two ExpressRoute gateways within the same virtual network. To do this, create a second ExpressRoute gateway with its admin state set to **disabled**. Once the second gateway is deployed, initiate the *Prepare* step in the migration tool. This step establishes the connection without redeploying the gateway, as it's already in place. Finally, run the *Migrate* step, which will change the new gateway's admin state to **_enabled_**, completing the migration process. The second ExpressRoute Gateway can be deployed admin state set to **disabled** using Azure PowerShell command [**New-AzVirtualNetworkGateway**](/powershell/module/az.network/new-azvirtualnetworkgateway) with the flag **-AdminState "Disabled"**. This method minimizes the migration or maintenance window, significantly reducing downtime when transitioning from a non-zonal to a zone-redundant gateway.
2828
2929
## Steps to migrate to a new gateway in Azure portal
3030

0 commit comments

Comments
 (0)