Skip to content

Commit 1c07592

Browse files
authored
Merge pull request #306919 from vishalme/patch-24
Simplify title and remove SKU update instructions
2 parents 03d5dd2 + 0a7cf6f commit 1c07592

1 file changed

Lines changed: 1 addition & 21 deletions

File tree

articles/expressroute/expressroute-howto-scalable-portal.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Azure ExpressRoute: Configure a Scalable Gateway using Azure portal and PowerShell'
2+
title: 'Azure ExpressRoute: Configure a Scalable Gateway using Azure portal'
33
description: Learn how to configure a scalable ExpressRoute gateway in Azure using the Azure portal and PowerShell. This guide provides step-by-step instructions to help you set up and manage a scalable gateway for your ExpressRoute connection.
44
author: mekaylamoore
55
ms.service: azure-expressroute
@@ -47,26 +47,6 @@ Before deployment, review the About Scalable Gateway (link) to confirm region su
4747

4848
:::image type="content" source="media/expressroute-howto-scalablegw/create-scale.png" alt-text="Screenshot of the create page in Azure portal with Scalable Gateway." :::
4949

50-
## Update the gateway SKU to Scalable Gateway after migration
51-
52-
After migrating your ExpressRoute gateway to a new deployment, you can further enhance its performance and resiliency by updating its SKU and scale units using Azure PowerShell.
53-
54-
> [!IMPORTANT]
55-
> To upgrade your gateway, first set the maximum scale unit to 10. After the upgrade is complete, you can adjust the configuration to your desired maximum scale unit.
56-
57-
To update your gateway configuration, run the following PowerShell commands:
58-
59-
```powershell
60-
$vng = Get-AzVirtualNetworkGateway -Name <GatewayName> -ResourceGroupName <ResourceGroupName>
61-
Set-AzVirtualNetworkGateway -VirtualNetworkGateway $vng -MinScaleUnit 2 -MaxScaleUnit 2 -GatewaySku ErGwScale
62-
```
63-
64-
**Instructions:**
65-
- Replace `<GatewayName>` with the name of your migrated Virtual Network Gateway.
66-
- Replace `<ResourceGroupName>` with the name of the resource group containing your gateway.
67-
68-
The example above sets both the minimum and maximum scale units to 2 and updates the gateway SKU to `ErGwScale` for improved scalability and throughput.
69-
7050
## Change the scale units
7151

7252
1. In the Azure portal, go to your ExpressRoute virtual network gateway.

0 commit comments

Comments
 (0)