Skip to content

Commit 4c31b62

Browse files
Merge pull request #88127 from ferantoMSFT/patch-3
adding connection limit for WebSocket connections
2 parents af521cf + e895e5f commit 4c31b62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

includes/api-management-service-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ ms.custom: Include file
3535
| Maximum size of API schema used by [validation policy](../articles/api-management/validation-policies.md)<sup>10</sup> | 4 MB |
3636
| Maximum size of request or response body in [validate-content policy](../articles/api-management/validation-policies.md#validate-content)<sup>10</sup> | 100 KB |
3737
| Maximum number of self-hosted gateways<sup>11</sup> | 25 |
38+
| Maximum number of active WebSocket connections per unit | 200 |
3839

3940
<sup>1</sup> Scaling limits depend on the pricing tier. For details on the pricing tiers and their scaling limits, see [API Management pricing](https://azure.microsoft.com/pricing/details/api-management/).<br/>
4041
<sup>2</sup> Per unit cache size depends on the pricing tier. To see the pricing tiers and their scaling limits, see [API Management pricing](https://azure.microsoft.com/pricing/details/api-management/).<br/>

0 commit comments

Comments
 (0)