"UmbracoFileSystemProviders.Azure.Media" and Umbraco 9: use Azure Blob Storage to manage Media and Image Processor Cache
Hi,
I have started an Umbraco 9 project and I'm trying to use use Azure Blob Storage to manage Media and Image Processor Cache. In Umbraco 8, as everybody knows, there's UmbracoFileSystemProviders.Azure.Media that does the job, but looking at the GitHub project, it seems that there isn't an alpha for Umbraco 9.
Anybody knows if UmbracoFileSystemProviders.Azure.Media will be ported or if there's another plan?
Hello, UmbracoFileSystemProviders.Azure (and .Media) will not be updated for Umbraco v9, this is because there will be a new package for Azure Blob storage with Umbraco v9 that is targeting release sometime in June.
v3.0.0-beta1 is still for Umbraco v8, it's upgraded to Azure SDK v12 and contains some other breaking changes.
"UmbracoFileSystemProviders.Azure.Media" and Umbraco 9: use Azure Blob Storage to manage Media and Image Processor Cache
Hi,
I have started an Umbraco 9 project and I'm trying to use use Azure Blob Storage to manage Media and Image Processor Cache. In Umbraco 8, as everybody knows, there's UmbracoFileSystemProviders.Azure.Media that does the job, but looking at the GitHub project, it seems that there isn't an alpha for Umbraco 9.
Anybody knows if UmbracoFileSystemProviders.Azure.Media will be ported or if there's another plan?
I saw in the release note that for Umbraco 9 the image processor has changed, and it uses ImageSharp instead of ImageProcessor.
Thank you
I will make a concrete Azure Storage class, implementing the "IFileSystem" interface, according to the documentation. I will update this post :)
A new "UmbracoFileSystemProviders.Azure.Media" is coming? Here the branch "main-version-3".
Hello, UmbracoFileSystemProviders.Azure (and .Media) will not be updated for Umbraco v9, this is because there will be a new package for Azure Blob storage with Umbraco v9 that is targeting release sometime in June.
v3.0.0-beta1 is still for Umbraco v8, it's upgraded to Azure SDK v12 and contains some other breaking changes.
Hi Jeavon, thank you for your reply and clarification.
So, will the new Azure Blob storage package be a NuGet? Do you know the name or the GitHub to follow the release?
Thank you
Hi Marco,
Yes I'm sure it will be on NuGet. It will be an official Umbraco package, I'll post an update here when it's available on Github.
Any news on this?
Dear Jeavon,
do you know if there are any news, on Umbraco's side, about the Azure Blob Storage library?
I need to decide what to do, if I need to implement it by myself, or if I could wait for an official solution.
Thank you, Marco
+1
I understand the official provider will be on GitHub "soon", a week to two weeks ish...
Scrap that - it's on GitHub now! - https://github.com/umbraco/Umbraco.StorageProviders
Hi Jeavon,
thank you for your reply.
I saw that this package is not yet available in NuGet, neither in pre-release, do you know if it will be available in the future?
Thank you, Marco
I believe it will be on NuGet when v9 is released
Ah brilliant. thanks.
is working on a reply...