Skip to content

Commit 37b634b

Browse files
authored
Merge pull request #301877 from MekaylaMoore/scalablegw
Scalablegw
2 parents 52cdf12 + fa834e2 commit 37b634b

File tree

2 files changed

+101
-7
lines changed

2 files changed

+101
-7
lines changed

articles/expressroute/TOC.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@
178178
items:
179179
- name: Overview
180180
href: expressroute-about-virtual-network-gateways.md
181+
- name: About Scalable Gateway
182+
href: scalable-gateway.md
181183
- name: Configure a virtual network gateway
182184
items:
183185
- name: Azure portal
@@ -228,8 +230,6 @@
228230
href: resiliency-validation.md
229231
- name: Security
230232
items:
231-
- name: Secure your Expressroute
232-
href: secure-expressroute.md
233233
- name: Security baseline
234234
href: /security/benchmark/azure/baselines/expressroute-security-baseline?toc=/azure/expressroute/TOC.json
235235
- name: Roles and permissions
@@ -351,15 +351,24 @@
351351
href: https://azure.microsoft.com/support/legal/sla/
352352
- name: ExpressRoute for Cloud Solution Providers (CSP)
353353
href: expressroute-for-cloud-solution-providers.md
354+
- name: Videos
354355
items:
355-
- name: Videos
356-
href: /shows/Inside-Azure-for-IT/?products=azure-expressroute
357-
- name: Microsoft Azure hybrid connectivity overview
358-
href: /shows/inside-azure-for-it/microsoft-azure-hybrid-connectivity-overview
356+
- name: Connect a virtual network gateway to a circuit
357+
href: https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-create-a-connection-between-your-vpn-gateway-and-expressroute-circuit/
358+
- name: Create a virtual network for ExpressRoute
359+
href: https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-create-a-virtual-network/
360+
- name: Create a virtual network gateway for ExpressRoute
361+
href: https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-create-a-vpn-gateway-for-your-virtual-network/
362+
- name: Create an ExpressRoute circuit
363+
href: https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-create-an-expressroute-circuit/
359364
- name: Evolve your network infrastructure for connectivity
360365
href: /events/ignite-2015/brk2481
361-
- name: 'Hybrid partnerships: Enabling on-premises scenarios'
366+
- name: How to set up private peering for your circuit
367+
href: https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-set-up-azure-private-peering-for-your-expressroute-circuit/
368+
- name: "Hybrid partnerships: Enabling on-premises scenarios"
362369
href: /events/ignite-2015/brk1454
370+
- name: Set up Microsoft peering for your circuit
371+
href: https://azure.microsoft.com/documentation/videos/azure-expressroute-how-to-set-up-microsoft-peering-for-your-expressroute-circuit/
363372
- name: Classic and legacy articles
364373
items:
365374
- name: Modify a circuit
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
title: About Scalable Gateway
3+
titleSuffix: Azure ExpressRoute
4+
description: ExpressRoute scalable gateway offers flexible scaling and up to 40-Gbps bandwidth. See how to configure ErGwScale and review supported regions and features.
5+
services: expressroute
6+
author: mekaylamoore
7+
ms.service: azure-expressroute
8+
ms.custom: references_regions
9+
ms.topic: concept-article
10+
ms.date: 06/25/2025
11+
ms.author: mekaylamoore
12+
---
13+
14+
# About ExpressRoute scalable gateway (preview)
15+
16+
The ExpressRoute scalable gateway (ErGwScale) is a new virtual network gateway SKU that provides flexible, high-bandwidth connectivity for your Azure virtual networks. With support for up to 40-Gbps bandwidth and autoscaling capabilities, ErGwScale helps you efficiently manage network performance and scale resources to meet your workload needs. This article explains the features, configuration options, limitations, and performance details of the ErGwScale gateway.
17+
18+
## Autoscaling vs. fixed scale unit
19+
20+
The virtual network gateway infrastructure autoscales between the minimum and maximum scale unit that you configure, based on the bandwidth or flow count utilization. Scale operations might take up to 30 minutes to complete. If you want to achieve a fixed connectivity at a specific bandwidth value, you can configure a fixed scale unit by setting the minimum scale unit and the maximum scale unit to the same value.
21+
22+
## Limitations
23+
24+
* **Basic IP**: ErGwScale doesn't support the Basic IP SKU. You need to use a Standard IP SKU to configure ErGwScale.
25+
* **Minimum and maximum scale units**: You can configure the scale unit for ErGwScale between 1 and 40. The *minimum scale unit* can't be lower than 1 and the *maximum scale unit* can't be higher than 40.
26+
* **Migration scenarios**: You can't migrate from Standard/ErGw1Az or HighPerf/ErGw2Az/UltraPerf/ErGw3Az to ErGwScale in the preview.
27+
28+
### Supported performance per scale unit
29+
30+
| Scale unit | Bandwidth (Gbps) | Packets per second | Connections per second | Maximum VM connections <sup>1</sup> | Maximum number of flows |
31+
|--|--|--|--|--|--|
32+
| 1-10 | 1 | 100,000 | 7,000 | 2,000 | 100,000 |
33+
| 11-40 | 1 | 200,000 | 7,000 | 1,000 | 100,000 |
34+
35+
### Sample performance with scale unit
36+
37+
| Scale unit | Bandwidth (Gbps) | Packets per second | Connections per second | Maximum VM connections <sup>1</sup> | Maximum number of flows |
38+
|--|--|--|--|--|--|
39+
| 10 | 10 | 1,000,000 | 70,000 | 20,000 | 1,000,000 |
40+
| 20 | 20 | 2,000,000 | 140,000 | 30,000 | 2,000,000 |
41+
| 40 | 40 | 8,000,000 | 280,000 | 50,000 | 4,000,000 |
42+
43+
<sup>1</sup> Maximum VM connections scale differently beyond 10 scale units. The first 10 scale units provide capacity for 2,000 VMs per scale unit. Scale units 11 and above provide 1,000 more VM capacity per scale unit.
44+
45+
## Region availability
46+
47+
ErGwScale is available in most regions except the following regions:
48+
49+
* Asia South East
50+
* Belgium Central
51+
* Chile Central
52+
* Europe North
53+
* Europe West
54+
* Germany West Central
55+
* India Central
56+
* India West
57+
* Israel North West
58+
* Japan East
59+
* Malaysia West
60+
* Qatar Central
61+
* Spain Central
62+
* Sweden Central
63+
* Switzerland North
64+
* Taiwan North West
65+
* UK South
66+
* US Central
67+
* US East 2
68+
* US North
69+
* US South
70+
* US South 2
71+
* US South East 3
72+
* US West
73+
* US West 2
74+
* Us West 3
75+
76+
### Pricing
77+
78+
ErGwScale is free of charge during the preview. For information about ExpressRoute pricing, see [Azure ExpressRoute pricing](https://azure.microsoft.com/pricing/details/expressroute/#pricing).
79+
80+
## Next steps
81+
82+
- Learn how to [create an ExpressRoute scalable gateway](expressroute-howto-add-gateway-resource-manager.md).
83+
- Learn more about [ExpressRoute gateways](expressroute-about-virtual-network-gateways.md).
84+
85+

0 commit comments

Comments
 (0)