Copied to clipboard

Flag this post as spam?

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


  • Frederik T 242 posts 373 karma points
    Aug 22, 2024 @ 09:38
    Frederik T
    0

    Umbraco 8 - No longer possible to install azure private blob storage support?

    I have three Umbraco 8 websites that I have to configure to use Azure blob storage, private company containers. As per documentation here: https://our.umbraco.com/documentation/Extending/FileSystemProviders/Azure-Blob-Storage/ You need the following nuget package to support this:

    ImageProcessor.Web.Plugins.AzureBlobCache
    

    The problem is, it seems this has been wiped from nuget, and basically wiped from existence anywhere UNLESS you compile the source code yourself.

    So my question is, how are you supposed to here in 2024 to fully support azure blob storage in Umbraco 8? It seems to have been possible until recently, but not anymore.

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Aug 22, 2024 @ 10:30
  • Frederik T 242 posts 373 karma points
    Aug 23, 2024 @ 07:14
    Frederik T
    0

    Thanks! How did you find it? It says explicitly that the package is unlisted. So this explains why it was so hard to find. I would strongly suggest the documentation to be updated to reflect this change.

  • Frederik T 242 posts 373 karma points
    Aug 23, 2024 @ 09:04
    Frederik T
    0

    Double posting but to anyone coming across this from a search engine, the only way to install delisted nuget packages is using the nuget package manager console in visual studio, and install it with the following command:

    Install-Package ImageProcessor.Web.Plugins.AzureBlobCache -Version 1.7.1
    
Please Sign in or register to post replies

Write your reply to:

Draft