You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/expressroute/rate-limit.md
+25-18Lines changed: 25 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,52 +5,59 @@ description: This document provides guidance on how to enable or disable rate li
5
5
services: expressroute
6
6
author: duongau
7
7
ms.service: expressroute
8
-
ms.custom:
9
-
- ignite-2023
8
+
ms.custom: ignite-2023, ai-usage
10
9
ms.topic: how-to
11
-
ms.date: 11/15/2023
10
+
ms.date: 03/21/2024
12
11
ms.author: duau
13
12
---
14
13
15
14
# Rate limiting for ExpressRoute Direct circuits (Preview)
16
15
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.
18
17
19
18
## Prerequisites
20
19
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:
22
21
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.
26
25
27
26
## Enable rate limiting
28
27
29
-
### New ExpressRoute Direct circuits
28
+
### For new ExpressRoute Direct circuits
30
29
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.
32
31
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.
36
43
37
44
### Existing ExpressRoute Direct circuits
38
45
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:
40
47
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.
42
49
43
50
1. Select **Configuration** under *Settings* on the left side pane.
44
51
45
52
1. Select **Yes** for *Enable Rate Limiting*. The following diagram illustrates the configuration page for enabling rate limiting for an ExpressRoute Direct circuit.
46
53
47
54
:::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.":::
48
55
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.
50
57
51
58
## Disable rate limiting
52
59
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:
54
61
55
62
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.
56
63
@@ -60,7 +67,7 @@ To disable rate limiting for an existing ExpressRoute Direct circuit, follow the
60
67
61
68
:::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.":::
62
69
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.
0 commit comments