Azure Serverless Function persistence of members with the Azure SignalR Service?

Harry Ridpath 1 Reputation point
2022-10-17T22:15:22.757+00:00

Does an Azure Serverless Function allow internal members to be persisted and load balanced with the Azure SignalR Service?

For example:

I have created a class that inherits the IGroupManager interface from Microsoft.AspNetCore.SignalR. I have not found any documentation as to how the SignalR Service load balance the connections. So I am assuming that there is a process for duplicating and updating Groups across the servers that are handling the load balancing.

If that is the case then, will my new class object also be maintained in the same manner being that it inherits the IGroupManager?

I do have to new() up the class in the SeverlessHub class.

Any insights on this will be greatly appreciated.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,978 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
142 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.