Skip to content

Commit 81f9126

Browse files
author
gitName
committed
acrolinx
1 parent 4eeb1e4 commit 81f9126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/websocket-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ API Management supports WebSocket passthrough.
4242
During the WebSocket passthrough, the client application establishes a WebSocket connection with the API Management gateway, which then establishes a connection with the corresponding backend services. API Management then proxies WebSocket client-server messages.
4343

4444
1. The client application sends a WebSocket handshake request to the gateway, invoking the onHandshake operation
45-
1. The API Management gateway sends WebSocket handshake requests to the corresponding backend service.
45+
1. The API Management gateway applies configured policies and sends WebSocket handshake requests to the corresponding backend service.
4646
1. The backend service upgrades a connection to WebSocket.
4747
1. THe gateway upgrades the corresponding connection to WebSocket.
4848
1. After the connection pair is established, API Management brokers messages back and forth between the client application and backend service.
@@ -76,7 +76,7 @@ Per the [WebSocket protocol](https://tools.ietf.org/html/rfc6455), when a client
7676
| Name | Raw name of the WebSocket API. Automatically populates as you type the display name. |
7777
| WebSocket URL | The base URL with your websocket name. For example: *ws://example.com/your-socket-name* |
7878
| URL scheme | Accept the default |
79-
| API URL suffix| Add a URL suffix to identify this specific API in this API Management instance. It has to be unique in this APIM instance. |
79+
| API URL suffix| Add a URL suffix to identify this specific API in this API Management instance. It has to be unique in this API Management instance. |
8080
| Products | Associate your WebSocket API with a product to publish it. |
8181
| Gateways | Associate your WebSocket API with existing gateways. |
8282

@@ -108,7 +108,7 @@ Use standard API Management and Azure Monitor features to [monitor](api-manageme
108108
* View API metrics in Azure Monitor
109109
* Optionally enable diagnostic settings to collect and view API Management gateway logs, which include WebSocket API operations
110110

111-
For example, the following screenshot shows recent WebSocket API responses with code `101` from the **ApiManagementGatewayLogs** table. These results indicate the successful switch of the requests from TCP to the WebSocket protocol.
111+
For example, the following screenshot shows recent WebSocket API responses with code `101` from the **ApiManagementGatewayLogs** table. These results indicate the successful switch of the requests from TCP to the WebSocket protocol.
112112

113113
:::image type="content" source="./media/websocket-api/query-gateway-logs.png" alt-text="Query logs for WebSocket API requests":::
114114

0 commit comments

Comments
 (0)