Skip to content

Commit 6c3ab9b

Browse files
Merge pull request #245064 from dlepow/patch-205
Update websocket-api.md
2 parents 9191b49 + 37181d0 commit 6c3ab9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/websocket-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ For example, the following screenshot shows recent WebSocket API responses with
114114
Below are the current restrictions of WebSocket support in API Management:
115115

116116
* WebSocket APIs are not supported yet in the Consumption tier.
117-
* WebSocket APIs are not supported yet in the [self-hosted gateway](./self-hosted-gateway-overview.md).
118-
* 200 active connections limit per unit.
119117
* WebSocket APIs support the following valid buffer types for messages: Close, BinaryFragment, BinaryMessage, UTF8Fragment, and UTF8Message.
120118
* Currently, the [set-header](set-header-policy.md) policy doesn't support changing certain well-known headers, including `Host` headers, in onHandshake requests.
121119
* During the TLS handshake with a WebSocket backend, API Management validates that the server certificate is trusted and that its subject name matches the hostname. With HTTP APIs, API Management validates that the certificate is trusted but doesn’t validate that hostname and subject match.
122120

121+
For WebSocket connection limits, see [API Management limits](../azure-resource-manager/management/azure-subscription-service-limits.md#api-management-limits).
122+
123123
### Unsupported policies
124124

125125
The following policies are not supported by and cannot be applied to the onHandshake operation:

0 commit comments

Comments
 (0)