Skip to content

Commit c1a91a9

Browse files
Merge pull request #267513 from vicancy/patch-12
Update howto-web-pubsub-tunnel-tool.md
2 parents b37b44d + e536f52 commit c1a91a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/azure-web-pubsub/howto-web-pubsub-tunnel-tool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ SET WebPubSubConnectionString=<your connection string>
116116
:::image type="content" alt-text="Screenshot of starting the test WebSocket connection and send message." source="media\howto-web-pubsub-tunnel-tool\overview-client.png" :::
117117

118118
:::image type="content" alt-text="Screenshot of showing the traffic inspection." source="media\howto-web-pubsub-tunnel-tool\overview-tunnel.png" :::
119+
120+
## Under the hood
121+
122+
How does the tunnel tool work? Under the hood it starts a tunnel connection to the Web PubSub service. Tunnel connection is a persistent connection (WebSocket) connects to the `/server/tunnel` endpoint, and it is considered as one kind of server connections. You could also use ACL rules in the service to disable such connections from connecting.

0 commit comments

Comments
 (0)