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.
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.
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:
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:
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.
https://www.nuget.org/packages/ImageProcessor.Web.Plugins.AzureBlobCache/
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.
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:
is working on a reply...