Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random timeouts for Blob Operations

albertllonch opened this issue · comments

Which service(blob, file, queue, table) does this issue concern?

Blob

Which version of the SDK was used?

12.14.1

Which platform are you using? (ex: .NET Core 2.1)

.NET 6

What problem was encountered?

I have a .NET solution that has implemented a Service scoped to handle all Azure blob operations that the application performs. We see no issues on non-prod environments., but when deployed in prod, we are seeing some random timeouts related to ALL Azure Storage dependencies operations Including:
imagen

Its not happening always also with same volumes, so we are not being able to track down the issue, but in essence we are seeing our API request being throttled because of these delays:

Screenshot 2024-04-17 151752

How can we reproduce the problem in the simplest way?

Have you found a mitigation/solution?

No