Practical ASP.NET Core SignalR: Azure SignalR Service
In this section, I’m going to cover how to deal with scaling SignalR by using the Azure SignalR Service. This is a managed service that is an alternative to using the Redis backplane that I’ve described in the previous section. You may want to use this option as it eliminates having to manage your own Redis instance as well as dealing with a load balancers configuration of sticky sessions (client affinity). Everything is all pre-configured for you, and is a fully managed service. This blog post is apart of a course that is a complete step-by-setup guide on how to build… Read More »Practical ASP.NET Core SignalR: Azure SignalR Service