Introduction

Learn to set up Azure SignalR service.

We'll cover the following...

Background

In the previous chapter, we looked at how to scale a SignalR Hub by using the Redis backplane. However, we can also scale our hubs by using Azure SignalR Service. This is what we will have a look at in this chapter.

Using Azure SignalR Service has some advantages over using Redis backplane. One of its core advantages is that we will no longer have to host and scale the SignalR Hub ourselves. All we have to do ...