From 1e5f409a113737faf40710694c0c1a2da1648598 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Sun, 24 Oct 2021 08:27:14 -0500 Subject: [PATCH] Add cross-link (#23618) --- aspnetcore/signalr/scale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/signalr/scale.md b/aspnetcore/signalr/scale.md index a9814422d2..ee0e485639 100644 --- a/aspnetcore/signalr/scale.md +++ b/aspnetcore/signalr/scale.md @@ -25,7 +25,7 @@ SignalR requires that all HTTP requests for a specific connection be handled by In all other circumstances (including when the Redis backplane is used), the server environment must be configured for sticky sessions. -For guidance on configuring Azure App Service for SignalR, see . +For guidance on configuring Azure App Service for SignalR, see . For guidance on configuring sticky sessions for Blazor apps that use the [Azure SignalR Service](#azure-signalr-service), see . ## TCP connection resources