Skip to content

Commit 62bc47f

Browse files
Merge pull request #263163 from duongau/patch-13
fixing typos
2 parents f53aca1 + 04c20f3 commit 62bc47f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/expressroute/provider-rate-limit.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: About rating limiting for ExpressRoute circuits over service provider ports
2+
title: About rate limiting for ExpressRoute circuits over service provider ports
33
titleSuffix: Azure ExpressRoute
44
description: This document discusses how rate limiting works for ExpressRoute circuits over service provider ports. You'll also learn how to monitor the throughput and traffic drop due to rate limiting.
55
services: expressroute
@@ -10,19 +10,19 @@ ms.date: 01/12/2024
1010
ms.author: duau
1111
---
1212

13-
# About rating limiting for ExpressRoute circuits over service provider ports
13+
# About rate limiting for ExpressRoute circuits over service provider ports
1414

1515
This article discusses how rate limiting works for ExpressRoute circuits created over service provider ports. You'll also learn how to monitor the throughput and traffic drop due to rate limiting.
1616

1717
## How does rate limiting work over an ExpressRoute circuit?
1818

19-
An ExpressRoute circuit consists of two links that connects the Customer/Provider edge to the Microsoft Enterprise Edge (MSEE) routers. If your circuit bandwidth is 1 Gbps and you distribute your traffic evenly across both links, you can achieve a maximum throughput of 2 Gbps (two links * 1 Gbps). Rate limiting restricts your throughput to the configured bandwidth if you exceed it on either link. The ExpressRoute circuit SLA is only guaranteed for the bandwidth that you configured. For example, if you purchased a 1-Gbps circuit, you're SLA is for a maximum throughput of 1 Gbps.
19+
An ExpressRoute circuit consists of two links that connects the Customer/Provider edge to the Microsoft Enterprise Edge (MSEE) routers. If your circuit bandwidth is 1 Gbps and you distribute your traffic evenly across both links, you can achieve a maximum throughput of 2 Gbps (two times 1 Gbps). Rate limiting restricts your throughput to the configured bandwidth if you exceed it on either link. The ExpressRoute circuit SLA is only guaranteed for the bandwidth that you configured. For example, if you purchased a 1-Gbps circuit, your SLA is for a maximum throughput of 1 Gbps.
2020

2121
:::image type="content" source="./media/provider-rate-limit/circuit.png" alt-text="Diagram of rate limiting on an ExpressRoute circuit over provider ports.":::
2222

2323
## How can I determine what my circuit throughput is?
2424

25-
You can monitor the ingress and egress throughput of your ExpressRoute circuit for both links through the Azure portal using ExpressRoute circuit metrics. For ingress, select `BitsInPerSecond` and for egress, select `BitsOutPerSecond`. The following screenshot shows the ExpressRoute circuit metrics for ingress and egress throughput.
25+
You can monitor the ingress and egress throughput of your ExpressRoute circuit for both links through the Azure portal using ExpressRoute circuit metrics. For ingress, select `BitsInPerSecond` and for egress, select `BitsOutPerSecond`. The following screenshot shows the ExpressRoute circuit metrics for ingress and egress throughput.
2626

2727
:::image type="content" source="./media/provider-rate-limit/throughput-metrics.png" alt-text="Screenshot of the throughput per seconds metrics for an ExpressRoute Direct circuit.":::
2828

@@ -38,8 +38,8 @@ You can seamlessly increase your circuit bandwidth through the Azure portal. For
3838

3939
## What are the causes of traffic drop when the throughput is below the configured bandwidth?
4040

41-
ExpressRoute circuit throughput is monitored at an aggregate level of every few minutes. While the rate-limiting is enforced at a granular level in milliseconds. Therefore, occasional traffic bursts exceeding the configured bandwidth might not get detected by the throughput monitoring. However, the rate-limiting is still be enforced and traffic gets dropped.
41+
ExpressRoute circuit throughput is monitored at an aggregate level of every few minutes, while the rate limiting is enforced at a granular level in milliseconds. Therefore, occasional traffic bursts exceeding the configured bandwidth might not get detected by the throughput monitoring. However, the rate limiting is still be enforced and traffic gets dropped.
4242

4343
## Next steps
4444

45-
For more frequently asked questions, see [ExpressRoute FAQ](expressroute-faqs.md).
45+
For more frequently asked questions, see [ExpressRoute FAQ](expressroute-faqs.md).

0 commit comments

Comments
 (0)