Skip to content

Commit 467004b

Browse files
Merge pull request #300143 from vicancy/patch-23
Update signalr-howto-reverse-proxy-overview.md
2 parents 6379bdc + 4085882 commit 467004b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-signalr/signalr-howto-reverse-proxy-overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ There are several general practices to follow when using a reverse proxy in fron
5252

5353
If you have configured multiple SignalR services behind your reverse proxy, make sure `negotiate` request and `connect` request with the same `asrs_request_id` query parameter(meaning they are for the same connection) are routed to the same SignalR service instance.
5454

55+
* For `ServerSentEvent`(SSE), make sure your reverse proxy doesn't buffer or cache response. For example, API Management lists the checkitems [here](../api-management/how-to-server-sent-events.md) when configuring API for server-sent events.
56+
*
5557
* When reverse proxy is used, you can further secure your SignalR service by [disabling public network access](./howto-network-access-control.md) and using [private endpoints](howto-private-endpoints.md) to allow only private access from your reverse proxy to your SignalR service through VNet.
5658

5759
## Next steps
@@ -60,4 +62,4 @@ There are several general practices to follow when using a reverse proxy in fron
6062

6163
- Learn [how to work with API Management](./signalr-howto-work-with-apim.md).
6264

63-
- Learn more about [the internals of Azure SignalR](./signalr-concept-internals.md).
65+
- Learn more about [the internals of Azure SignalR](./signalr-concept-internals.md).

0 commit comments

Comments
 (0)