From the course: Scaling Out Using Azure SignalR Service

Real-time connections at scale using SignalR Service

From the course: Scaling Out Using Azure SignalR Service

Real-time connections at scale using SignalR Service

- [Nertil] Almost every modern application utilizes realtime connections to update user data in real time. Whether you are just sending notifications or have full-blown chat functionalities, Azure SignalR Service can help you scale and maintain realtime connections for both hosted and serverless cloud applications. The capabilities of SignalR Service will help us manage real time connections in distributed cloud applications. First it's important to provision the SignalR Service instances. After configuring it with ASP.NET Core applications, we are going to look at going serverless and connecting our client applications directly to the SignalR Service. And finally, the integration with Event Grid will broadcast messages to users on events generated by the application. My name is Nertil and let's get started building real time applications in the cloud.

Contents