Azure / azure-functions-signalrservice-extension

Azure Functions bindings for SignalR Service. Project moved to https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/signalr/Microsoft.Azure.WebJobs.Extensions.SignalRService .
MIT License
96 stars 48 forks source link

Multiple endpoint support for Azure SignalR Server-less scenarios #145

Closed Y-Sindo closed 2 years ago

Y-Sindo commented 3 years ago

Description

Today configuring multiple endpoints is not yet supported when Azure SignalR is used under server-less scenarios, including using the Management SDK, or using Function bindings.

The feature would include the following for both Management SDK and Function extension:

  1. Allow user to configure multiple endpoints
  2. Allow user to configure the routing strategy
  3. Able to detect failed endpoints and do fail-over

Done

Waiting

wanlwanl commented 3 years ago

any related issues?

Y-Sindo commented 2 years ago

It's already supported in the latest versions.