Skip to content

Commit a0e3259

Browse files
Merge pull request #235211 from dlepow/wslim
[APIM] Increase WebSocket limits
2 parents 27a06fd + ad80871 commit a0e3259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/api-management-service-limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ms.custom: Include file
3636
| Maximum number of [schemas](../articles/api-management/validate-content-policy.md#schemas-for-content-validation)<sup>10</sup> | 100 |
3737
| Maximum size of request or response body in [validate-content policy](../articles/api-management/validate-content-policy.md)<sup>10</sup> | 100 KB |
3838
| Maximum number of self-hosted gateways<sup>11</sup> | 25 |
39-
| Maximum number of active WebSocket connections per unit | 200<sup>12</sup> |
39+
| Maximum number of active WebSocket connections per unit | 5,000<sup>12</sup> |
4040
| Maximum number of tags supported by an API Management resource|15|
4141
| Maximum number of authorization providers per service instance| 1,000 |
4242
| Maximum number of authorizations per authorization provider| 10,000 |
@@ -55,4 +55,4 @@ ms.custom: Include file
5555
<sup>9</sup> Applies to the Consumption tier only. Includes an up to 2048-bytes long query string.<br/>
5656
<sup>10</sup> To increase this limit, contact [support](https://azure.microsoft.com/support/options/).<br/>
5757
<sup>11</sup> Self-hosted gateways are supported in the Developer and Premium tiers only. The limit applies to the number of [self-hosted gateway resources](/rest/api/apimanagement/current-ga/gateway). To raise this limit contact [support](https://azure.microsoft.com/support/options/). Note, that 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/>
58-
<sup>12</sup> This limit does not apply to Developer tier. In the Developer tier, the limit is 100.
58+
<sup>12</sup> This limit does not apply to Developer tier. In the Developer tier, the limit is 2,500.

0 commit comments

Comments
 (0)