Open Mike-E-angelo opened 2 years ago
In regards to https://github.com/Azure/azure-signalr/issues/1650
There appear to be two issues:
Azure:SignalR:ApplicationName
Azure:SignalR:ApplicationName:
Azure:SignalR:ConnectionCount
Ideally, all properties are configurable via configuration. This is almost essential for multi-environment deployments.
Thank you for any consideration and all your efforts out there.
Nice catch, also we should consider replacing ConnectionCount with InitialConnectionCount + MaxConnectionCount. cc @vwxyzh
Describe the bug
In regards to https://github.com/Azure/azure-signalr/issues/1650
There appear to be two issues:
Azure:SignalR:ApplicationName
needs to beAzure:SignalR:ApplicationName:
at the momentAzure:SignalR:ConnectionCount
is not supportedIdeally, all properties are configurable via configuration. This is almost essential for multi-environment deployments.
Thank you for any consideration and all your efforts out there.