-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Add streaming ability in chat page using Azure SignalR service #383
[Feature] Add streaming ability in chat page using Azure SignalR service #383
Conversation
name: 'Premium_P1' | ||
} | ||
|
||
resource signalR 'Microsoft.SignalRService/signalR@2023-08-01-preview' = { |
Check failure
Code scanning / templateanalyzer
Use managed identities for SignalR Services. Error
Using Azure managed identities have the following benefits: You don't need to store or manage credentials.
Azure automatically generates tokens and performs rotation. You can use managed identities to authenticate to any Azure service that supports Azure AD authentication. Managed identities can be used without any additional cost.
Thank you for the PR! This looks like a good approach to use for performance optimization and I think we should provide it as an option to customers. At the same time, we're working to have the |
Purpose
Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
What to Check
Verify that the following are valid
Next steps:
Other Information