Skip to content

Commit 2c31d25

Browse files
author
gitName
committed
usage note
1 parent 541e0b8 commit 2c31d25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/api-management/limit-concurrency-policy.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: danlep
1616

1717
The `limit-concurrency` policy prevents enclosed policies from executing by more than the specified number of requests at any time. When that number is exceeded, new requests will fail immediately with the `429` Too Many Requests status code.
1818

19-
[!INCLUDE [api-management-rate-limit-accuracy](../../includes/api-management-rate-limit-accuracy.md)] > The limit enforced by API Management may be lower when multiple capacity units are deployed in a region.
19+
[!INCLUDE [api-management-rate-limit-accuracy](../../includes/api-management-rate-limit-accuracy.md)]
2020

2121
[!INCLUDE [api-management-policy-generic-alert](../../includes/api-management-policy-generic-alert.md)]
2222

@@ -42,6 +42,10 @@ The `limit-concurrency` policy prevents enclosed policies from executing by more
4242
- [**Policy scopes:**](./api-management-howto-policies.md#scopes) global, workspace, product, API, operation
4343
- [**Gateways:**](api-management-gateways-overview.md) classic, v2, consumption, self-hosted, workspace
4444

45+
### Usage notes
46+
47+
* The maximum number of requests enforced by API Management is lower when multiple capacity units are deployed in a region.
48+
4549
## Example
4650

4751
The following example demonstrates how to limit number of requests forwarded to a backend based on the value of a context variable.

0 commit comments

Comments
 (0)