Skip to content

Commit 64902cc

Browse files
authored
Merge pull request #275481 from dlepow/wslimit
[APIM] WebSocket limit
2 parents 5760f6b + 7324c25 commit 64902cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

includes/api-management-service-limits-v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: api-management
88
ms.topic: include
9-
ms.date: 03/22/2024
9+
ms.date: 05/15/2024
1010
ms.author: danlep
1111
ms.custom: Include file
1212
---
@@ -58,11 +58,11 @@ To request a limit increase, create a support request from the Azure portal. For
5858
| Maximum length of URL path segment | 1,024 characters | 1,024 characters |
5959
| Maximum size of request or response body in [validate-content policy](../articles/api-management/validate-content-policy.md) | 100 KiB | 100 KiB |
6060
| Maximum size of API schema used by [validation policy](../articles/api-management/validation-policies.md) | 4 MB | 4 MB |
61-
| Maximum number of active WebSocket connections per unit | 5,000 | 5,000 |
61+
| Maximum number of active WebSocket connections per unit<sup>3</sup> | 5,000 | 5,000 |
6262

6363
<sup>1</sup> Connections are pooled and reused unless explicitly closed by the backend.<br/>
6464
<sup>2</sup> Includes an up to 2048-bytes long query string.<br/>
65-
65+
<sup>3</sup> Up to a maximum of 60,000 connections per service instance.
6666

6767

6868

includes/api-management-service-limits.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To request a limit increase, create a support request from the Azure portal. For
4141
| Maximum number of [schemas](../articles/api-management/validate-content-policy.md#schemas-for-content-validation) | 100 | 100 | 100 | 100 | 100 |
4242
| Maximum size of request or response body in [validate-content policy](../articles/api-management/validate-content-policy.md) | 100 KiB | 100 KiB | 100 KiB | 100 KiB | 100 KiB |
4343
| Maximum number of self-hosted gateways<sup>3</sup> | N/A | 25 | N/A | N/A | 25 |
44-
| Maximum number of active WebSocket connections per unit | N/A | 2,500 | 5,000 | 5,000 | 5,000 |
44+
| Maximum number of active WebSocket connections per unit<sup>4</sup> | N/A | 2,500 | 5,000 | 5,000 | 5,000 |
4545
| Maximum number of tags supported by an API Management resource|15| 15 | 15 | 15 | 15 |
4646
| Maximum number of credential providers per service instance| 1,000 | 1,000 | 1,000 | 1,000 | 1,000 |
4747
| Maximum number of connections per credential provider| 10,000 | 10,000 | 10,000 | 10,000 | 10,000 |
@@ -52,3 +52,5 @@ To request a limit increase, create a support request from the Azure portal. For
5252
<sup>1</sup> Connections are pooled and reused unless explicitly closed by the backend.<br/>
5353
<sup>2</sup> Includes an up to 2048-bytes long query string.<br/>
5454
<sup>3</sup> The number of nodes (or replicas) associated with a self-hosted gateway resource is unlimited in the Premium tier and capped at a single node in the Developer tier.<br/>
55+
<sup>4</sup> Up to a maximum of 60,000 connections per service instance.
56+

0 commit comments

Comments
 (0)