We noticed some performance issues going on with the media files and on further investigation (using azure application insights) I noticed that a lot of media requests are really slow.
I therefore suspect that something is wrong somewhere in our configuration, but I can't figure out what could be wrong ...
System.UriFormatException: Invalid URI: The format of the URI could not be determined.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Net.WebRequest.Create(String requestUriString)
at ImageProcessor.Web.Plugins.AzureBlobCache.AzureBlobCache.RewritePath(HttpContext context)
at ImageProcessor.Web.HttpModules.ImageProcessingModule.<ProcessImageAsync>d__31.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.<>c__DisplayClass11_0.<InvokeEndHandler>b__0()
at System.Web.HttpApplication.AsyncEventExecutionStep.InvokeEndHandler(IAsyncResult ar)
at System.Web.HttpApplication.AsyncEventExecutionStep.OnAsyncEventCompletion(IAsyncResult ar)
Azure Blob Storage for Media and Image Processor Cache
Hello!
Question about using azure blob storage for media & image processor cache in an umbraco v8.14 project hosted on azure.
We used this guide https://our.umbraco.com/documentation/Extending/FileSystemProviders/Azure-Blob-Storage/ in combination with the 'azure blob cache' https://imageprocessor.org/imageprocessor-web/plugins/azure-blob-cache/ guide to setup the azure blob storage connection.
We noticed some performance issues going on with the media files and on further investigation (using azure application insights) I noticed that a lot of media requests are really slow.
I therefore suspect that something is wrong somewhere in our configuration, but I can't figure out what could be wrong ...
cache.config:
Security.config:
In our web.config we added all the information like this:
Errors from logviewer:
Any ideas? Thanks!
is working on a reply...