Configuring SignalR + StackExchangeRedis for Azure Managed Redis and Managed Identity auth #18785
Unanswered
Lindsay Mathieson (Lindsay-Mathieson)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
All of the above created via Aspire and deployment to app services.
AppHost:
In my web app that runs a signalr server I had:
That did work due to auth failures in Azure (worked fine in local dev). I updated it to:
This appears to be working - is it the correct way to use aspire default managed auth?
Thanks - Lindsay
All reactions