We have a front and a backoffice server set up in azure. Images are stored on a common blobstorage. Also have a CDN before the front. Using umbraco 13.5.2.
From time to time (a few times/month) - the site will not respond. After 10-15 minutes, it will be up and running again.
During that time there are lots of errors in application insights for the front of this kind:
Problem id:
System.Threading.Tasks.TaskCanceledException at Azure.Core.Pipeline.HttpClientTransport+
The requestpath is for different images.
In Log analytics workspace there are a lot of requests regarding Blobstorage (BlobBaseClient.OpenRead, BlobBaseClient.GetProperties) that time out during the same period.
Anyone who has noticed similar behavior and has a fix?
All help is appreciated, Cheers!
/ Markus
What can cause blobstorage timeouts/errors?
Hi,
We have a front and a backoffice server set up in azure. Images are stored on a common blobstorage. Also have a CDN before the front. Using umbraco 13.5.2.
From time to time (a few times/month) - the site will not respond. After 10-15 minutes, it will be up and running again.
During that time there are lots of errors in application insights for the front of this kind: Problem id: System.Threading.Tasks.TaskCanceledException at Azure.Core.Pipeline.HttpClientTransport+
The requestpath is for different images.
In Log analytics workspace there are a lot of requests regarding Blobstorage (BlobBaseClient.OpenRead, BlobBaseClient.GetProperties) that time out during the same period.
Anyone who has noticed similar behavior and has a fix? All help is appreciated, Cheers! / Markus
is working on a reply...