In Umbraco7, I would have checked FileSystemProviders.config to double check my settings but in Umbraco8 there is no such file, so instead I am double checking my web.config settings are correct:
Was the solution ever determined? I am running this for v8 and when I implemented the blob storage I am getting a lot of imageprocessing 404 errors in the back office
log. Images work and are in the media container and show up on the site. Not sure what’s happening.
Setting up Azure Blob Storage
Hello
I am having an issue with Umbraco 8 and my /media/ folder pointing to Azure Blob Storage, the problem is only happening on localhost
If I have Image Processor parameters my images redirect to the correct place (Azure Blog Storage cache )
e.g. http://localhost/media/hzlhut3x/video-analysis-laptop.png?rnd=1
But If I don't have any URL parameters I I get a 404
e.g. http://localhost/media/hzlhut3x/video-analysis-laptop.png
In Umbraco7, I would have checked FileSystemProviders.config to double check my settings but in Umbraco8 there is no such file, so instead I am double checking my web.config settings are correct:
I've checked inside Azure > Storage Accounts and the blobs exist with the correct permission (blob), and if i click on the file I can see the image
Any tips?
Yes this need to be added to web.config.
This article will help you to setup Azure Blob Storage correctly on Umbraco 8.
https://our.umbraco.com/documentation/Extending/FileSystemProviders/Azure-Blob-Storage/
Hope this helps and let me know if you need any further assistance.
Regards,
Shaishav
https://www.digitallymedia.com/
Hi Shaishav
Yes, I added those settings to my web.config and followed the instructions and I am still having the same issue.
It's happening on four of my websites that run Umbraco 8.
It's not happening on my staging environment - only on localhost
Andrew
I had the exact same problem. Without parameters, I get a 404, but with parameters, the image works fine.
I found the solution in a faulty Media/web.config, according to this thread - https://our.umbraco.com/forum/using-umbraco-and-getting-started/97860-svg-media-files-not-loading-from-azure-blob-storage
Was the solution ever determined? I am running this for v8 and when I implemented the blob storage I am getting a lot of imageprocessing 404 errors in the back office log. Images work and are in the media container and show up on the site. Not sure what’s happening.
Did anyone ever get to the bottom of this? We have this in local and production environments and just cannot get a solution that works?
Si
is working on a reply...