Skip to content

Commit f20a93d

Browse files
Merge pull request #269869 from duongau/erratelimiting
ExpressRoute Rate limiting - add steps for a new circuit
2 parents 79b7089 + 827beb4 commit f20a93d

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed
80.7 KB
Loading

articles/expressroute/rate-limit.md

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,52 +5,59 @@ description: This document provides guidance on how to enable or disable rate li
55
services: expressroute
66
author: duongau
77
ms.service: expressroute
8-
ms.custom:
9-
- ignite-2023
8+
ms.custom: ignite-2023, ai-usage
109
ms.topic: how-to
11-
ms.date: 11/15/2023
10+
ms.date: 03/21/2024
1211
ms.author: duau
1312
---
1413

1514
# Rate limiting for ExpressRoute Direct circuits (Preview)
1615

17-
Rate limiting is a feature that enables you to control the traffic volume between your on-premises network and Azure over an ExpressRoute Direct circuit. It applies to the traffic over either private or Microsoft peering of the ExpressRoute circuit. This feature helps distribute the port bandwidth evenly among the circuits, ensures network stability, and prevents network congestion. This document outlines the steps to enable rate limiting for your ExpressRoute Direct circuits.
16+
Rate limiting is a feature that enables you to regulate the volume of traffic between your on-premises network and Azure via an ExpressRoute Direct circuit. This applies to traffic traversing either private or Microsoft peering of the ExpressRoute circuit. This feature aids in evenly distributing the port bandwidth across the circuits, ensuring network stability, and averting network congestion. This article outlines steps to enable rate limiting for your ExpressRoute Direct circuits.
1817

1918
## Prerequisites
2019

21-
Before you enable rate limiting for your ExpressRoute Direct circuit, ensure that you satisfy the following prerequisites:
20+
Before enabling rate limiting for your ExpressRoute Direct circuit, it's imperative that you satisfy the following prerequisites:
2221

23-
- **Azure subscription:** You need an active Azure subscription with the required permissions to configure ExpressRoute Direct circuits.
24-
- **ExpressRoute Direct links:** You need to establish ExpressRoute Direct links between your on-premises network and Azure.
25-
- **Knowledge:** You should have a good understanding of Azure networking concepts, including ExpressRoute.
22+
- **Azure subscription:** An active Azure subscription is required, equipped with the necessary permissions to configure ExpressRoute Direct circuits.
23+
- **ExpressRoute Direct links:** It is necessary to establish ExpressRoute Direct links between your on-premises network and Azure.
24+
- **Knowledge:** A comprehensive understanding of Azure networking concepts, including ExpressRoute, is recommended.
2625

2726
## Enable rate limiting
2827

29-
### New ExpressRoute Direct circuits
28+
### For new ExpressRoute Direct circuits
3029

31-
You can enable rate limiting for an ExpressRoute Direct circuit, either during the creation of the circuit or after it creates.
30+
Rate limiting for an ExpressRoute Direct circuit can be enabled during the circuit's creation.
3231

33-
> [!NOTE]
34-
> - Currently, the only way to enable rate limiting is through the Azure portal.
35-
> - The rate limiting feature is currently in the preview stage and can only be enabled after the circuit creation process is completed. The feature will be available for enabling during the circuit creation process in the general availability (GA) stage.
32+
1. Sign-in to the [Azure portal](https://portal.azure.com).
33+
34+
1. From the left side pane, select **+ Create a resource**, then search for and select **ExpressRoute**.
35+
36+
1. Select **Create** to initiate the creation of a new ExpressRoute Direct circuit.
37+
38+
1. Input the necessary details for the ExpressRoute Direct circuit. It is crucial to select **Direct** for the port type and check the **Enable rate limiting** box. The following diagram provides a visual representation of the configuration page for enabling rate limiting for an ExpressRoute Direct circuit.
39+
40+
:::image type="content" source="./media/rate-limit/new-direct-circuit.png" alt-text="Screenshot of the configuration page for a new ExpressRoute Direct circuit showing the rate limiting setting.":::
41+
42+
1. Select **Review + create** followed by **Create** to finalize the creation of the ExpressRoute Direct circuit with rate limiting enabled.
3643

3744
### Existing ExpressRoute Direct circuits
3845

39-
To enable rate limiting for an existing ExpressRoute Direct circuit, follow these steps:
46+
To enable rate limiting for an existing ExpressRoute Direct circuit, complete the following steps:
4047

41-
1. Sign-in to the Azure portal using this [Azure portal](https://portal.azure.com/?feature.erdirectportratelimit=true) link, then go to the ExpressRoute Direct circuit that you want to configure rate limiting for.
48+
1. Sign-in to the [Azure portal](https://portal.azure.com), then navigate to the ExpressRoute Direct circuit that you intend to configure rate limiting for.
4249

4350
1. Select **Configuration** under *Settings* on the left side pane.
4451

4552
1. Select **Yes** for *Enable Rate Limiting*. The following diagram illustrates the configuration page for enabling rate limiting for an ExpressRoute Direct circuit.
4653

4754
:::image type="content" source="./media/rate-limit/existing-circuit.png" alt-text="Screenshot of the configuration page for an ExpressRoute Direct circuit showing the rate limiting setting.":::
4855

49-
1. Then select the **Save** button at the top of the page to apply the changes.
56+
1. Finally, select the **Save** button at the top of the page to apply the changes.
5057

5158
## Disable rate limiting
5259

53-
To disable rate limiting for an existing ExpressRoute Direct circuit, follow these steps:
60+
To disable rate limiting for an existing ExpressRoute Direct circuit, complete the following these:
5461

5562
1. Sign-in to the Azure portal using this [Azure portal](https://portal.azure.com/?feature.erdirectportratelimit=true) link, then go to the ExpressRoute Direct circuit that you want to configure rate limiting for.
5663

@@ -60,7 +67,7 @@ To disable rate limiting for an existing ExpressRoute Direct circuit, follow the
6067

6168
:::image type="content" source="./media/rate-limit/disable-rate-limiting.png" alt-text="Screenshot of the configuration page for an ExpressRoute Direct circuit showing how to disable rate limiting.":::
6269

63-
1. Then select the **Save** button at the top of the page to apply the changes.
70+
1. Finally, select the **Save** button at the top of the page to apply the changes.
6471

6572
## Frequently asked questions
6673

0 commit comments

Comments
 (0)