As the title already suggests I am trying to figure out how I can use azure blob storage for uploads. I have seen I am using version 4.11.1. I have read something about FileSystemProviders, the wiki says it's content needs to be filled, but now I am trying to find or implement a method of storing files in blob storage, as Azure websites only support 1 gb of storage over all websites, so it's not a real option to use file storage as media folder.
What can I do, or need to implement, or has someone already made a blobfilesystemprovider?
So I need to build something myself. Would have been nice if something already existed, will post here when I have something. The universal picker doesn't incluse azure blob storage where I am currently hosting the azure website.
Azure Storage as media folder
As the title already suggests I am trying to figure out how I can use azure blob storage for uploads. I have seen I am using version 4.11.1. I have read something about FileSystemProviders, the wiki says it's content needs to be filled, but now I am trying to find or implement a method of storing files in blob storage, as Azure websites only support 1 gb of storage over all websites, so it's not a real option to use file storage as media folder.
What can I do, or need to implement, or has someone already made a blobfilesystemprovider?
It should support it: http://issues.umbraco.org/issue/U4-51
Might be good to have a look at the source code and look for IFileSystem.
You could also have a look at the Universal Media Picker: http://our.umbraco.org/projects/backoffice-extensions/universal-media-picker
Jeroen
So I need to build something myself. Would have been nice if something already existed, will post here when I have something. The universal picker doesn't incluse azure blob storage where I am currently hosting the azure website.
You can definitely use Azure Blob Storage for Umbraco media files. You'll need to create a Storage account in Azure. From there on, you can follow this blog on how you can configure your Umbraco site to use your Azure storage account: https://blog.nicolaayan.com/2018/05/how-to-setup-your-umbraco-media-folder-with-an-azure-storage-account/
is working on a reply...