You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might be able to work around this by upping the Helix azure-storage-blob version to 12.3.2 from 12.0.0 (that'd be a change in dotnet-helix-machines)
Otherwise we should look into providing a timeout mechanism here for retries, as the file in question was actually quite small and if the upload_blob() call hadn't hung a retry would have been quite fast.
The text was updated successfully, but these errors were encountered:
As noted in this PR: dotnet/runtime#39153
It seems that our storage client options are hitting Azure/azure-sdk-for-python#11437 .
The text was updated successfully, but these errors were encountered: