Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Neil Harrold 1 post 71 karma points
    Dec 23, 2016 @ 11:37
    Neil Harrold
    0

    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

  • Rachel Breeze 6 posts 81 karma points MVP 5x c-trib
    Mar 29, 2021 @ 16:03
    Rachel Breeze
    1

    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

    <setting key="AccessType" value="Off" />
    

    Dave Brislane for helping track that down

  • Rachel Breeze 6 posts 81 karma points MVP 5x c-trib
    Mar 31, 2021 @ 09:25
    Rachel Breeze
    1

    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

Please Sign in or register to post replies

Write your reply to:

Draft