Update SignalR Functions extension to support Azure.Identity #21446
Labels
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Functions
SignalR
Milestone
Library or service name.
Microsoft.Azure.WebJobs.Extensions.SignalRService
Is your feature request related to a problem? Please describe.
Right now the only way to connect to SignalRService is via connection string, which causes the developer to have to store the connection string in a secret store.
The SignalR service supports managed identity.
We should update the SignalRService binding to also support Azure Identity.
The text was updated successfully, but these errors were encountered: