ImageProcessor with private blob container on azure
I'm hoping for a bit of advice on using the ImageProcessor with a private blob container on azure.
We have a requirement to secure some media items and are looking at handling this in the application using Media Protect. However, we need to make the media blob container 'private' so that it is not possible to access the files directly from azure, e.g. using a url such as https://mystorageaccount.blob.core.windows.net/media/1004/secure.pdf
Unfortunately when we make the blob container 'private' we start to receive 404 not found errors for images that are being cropped using the Image Cropper. Is there some additional configuration we need in order to use the ImageProcessor with a private blob container?
I appreciate this may have been resolved by now but I wanted to add a note for next time I Google this issue, as this was the first result that came back!
When using the ImagePorcessor with a private blob container on azure use
ImageProcessor with private blob container on azure
I'm hoping for a bit of advice on using the ImageProcessor with a private blob container on azure.
We have a requirement to secure some media items and are looking at handling this in the application using Media Protect. However, we need to make the media blob container 'private' so that it is not possible to access the files directly from azure, e.g. using a url such as https://mystorageaccount.blob.core.windows.net/media/1004/secure.pdf
Unfortunately when we make the blob container 'private' we start to receive 404 not found errors for images that are being cropped using the Image Cropper. Is there some additional configuration we need in order to use the ImageProcessor with a private blob container?
Thank you in advance for any advice
Hi
I appreciate this may have been resolved by now but I wanted to add a note for next time I Google this issue, as this was the first result that came back!
When using the ImagePorcessor with a private blob container on azure use
Dave Brislane for helping track that down
OK the above only worked due to a dud test! (We changed the container access)
Further Googling found this article https://piotrbach.com/configuring-umbraco-media-on-azure-private-blob-storage and this thread https://github.com/JimBobSquarePants/ImageProcessor/issues/699
is working on a reply...