You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Azure WebJobs SignalR Service client library for .NET - version 1.11.1
11
+
# Azure WebJobs SignalR Service client library for .NET - version 1.11.2
12
12
13
13
14
14
This extension provides functionality for accessing [Azure SignalR Service](https://aka.ms/signalr_service) from an Azure Function.
@@ -100,7 +100,7 @@ Please follow the [Azure SignalR trigger](/azure/azure-functions/functions-bindi
100
100
- Negotiate for a SignalR client.
101
101
- Manage group like add/remove a single user/connection in a group.
102
102
- Send messages to a single user/connection, to a group, to all users/connections.
103
-
- Use multiple Azure SignalR Service instances for resiliency and disaster recovery in Azure Functions. See details in [Multiple Azure SignalR Service Instances Support in Azure Functions](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.SignalRService_1.11.1/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/docs/sharding.md).
103
+
- Use multiple Azure SignalR Service instances for resiliency and disaster recovery in Azure Functions. See details in [Multiple Azure SignalR Service Instances Support in Azure Functions](https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.SignalRService_1.11.2/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService/docs/sharding.md).
104
104
105
105
## Examples
106
106
@@ -243,7 +243,7 @@ additional questions or comments.
0 commit comments