andrewhickman-aveva
andrewhickman-aveva
We are hitting the same issue in Azure DevOps using workload identity federation when terraform tries to authenticate with keyvault after another operation takes longer than 10 minutes `azure-sdk-for-go` has...
The error code defined here also doesn't match the service: https://github.com/Azure/Azurite/blob/9fa8f4a1a5fad9745e92e521f9b58ed561aa100b/src/blob/errors/StorageErrorFactory.ts#L193-L200 I think "Requested Range Not Satisfiable" should be "InvalidPageRange"
I've also found shutdown to be slow if the signalr service never connects successfully. In my case I had forgotten to add the Azure "SignalR App Server" role to my...
Unfortunately using `Raise` in an async method causes warnings from at least two analysers suggesting use of `RaiseAsync` instead, even when `Raise` is more appropriate. See [CA1849](https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1849) and [S6966](https://next.sonarqube.com/sonarqube/coding_rules?open=csharpsquid%3AS6966&rule_key=csharpsquid%3AS6966). There...