Skip to content

Commit a45215f

Browse files
committed
new scalable gw doc
1 parent f3db198 commit a45215f

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
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.topic: concept-article
9+
ms.date: 06/25/2025
10+
ms.author: mekaylamoore
11+
---
12+
13+
# About ExpressRoute scalable gateway (preview)
14+
15+
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.
16+
17+
## Autoscaling vs. fixed scale unit
18+
19+
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.
20+
21+
## Limitations
22+
23+
* **Basic IP**: ErGwScale doesn't support the Basic IP SKU. You need to use a Standard IP SKU to configure ErGwScale.
24+
* **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.
25+
* **Migration scenarios**: You can't migrate from Standard/ErGw1Az or HighPerf/ErGw2Az/UltraPerf/ErGw3Az to ErGwScale in the preview.
26+
27+
### Supported performance per scale unit
28+
29+
| Scale unit | Bandwidth (Gbps) | Packets per second | Connections per second | Maximum VM connections <sup>1</sup> | Maximum number of flows |
30+
|--|--|--|--|--|--|
31+
| 1-10 | 1 | 100,000 | 7,000 | 2,000 | 100,000 |
32+
| 11-40 | 1 | 200,000 | 7,000 | 1,000 | 100,000 |
33+
34+
### Sample performance with scale unit
35+
36+
| Scale unit | Bandwidth (Gbps) | Packets per second | Connections per second | Maximum VM connections <sup>1</sup> | Maximum number of flows |
37+
|--|--|--|--|--|--|
38+
| 10 | 10 | 1,000,000 | 70,000 | 20,000 | 1,000,000 |
39+
| 20 | 20 | 2,000,000 | 140,000 | 30,000 | 2,000,000 |
40+
| 40 | 40 | 8,000,000 | 280,000 | 50,000 | 4,000,000 |
41+
42+
<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.
43+
44+
## Region availability
45+
46+
ErGwScale is available in most regions except the following regions:
47+
48+
* Asia South East
49+
* Belgium Central
50+
* Chile Central
51+
* Europe North
52+
* Europe West
53+
* Germany West Central
54+
* India Central
55+
* India West
56+
* Israel North West
57+
* Japan East
58+
* Malaysia West
59+
* Qatar Central
60+
* Spain Central
61+
* Sweden Central
62+
* Switzerland North
63+
* Taiwan North West
64+
* UK South
65+
* US Central
66+
* US East 2
67+
* US North
68+
* US South
69+
* US South 2
70+
* US South East 3
71+
* US West
72+
* US West 2
73+
* Us West 3
74+
75+
### Pricing
76+
77+
ErGwScale is free of charge during the preview. For information about ExpressRoute pricing, see [Azure ExpressRoute pricing](/pricing/details/expressroute/#pricing).
78+
79+
## Next steps
80+
81+
- Learn how to [create an ExpressRoute scalable gateway](expressroute-howto-add-gateway-resource-manager.md).
82+
- Learn more about [ExpressRoute gateways](expressroute-about-virtual-network-gateways.md).
83+
84+

0 commit comments

Comments
 (0)