I am having a problem getting the media folder to use an Azure Blob Storage with Umbraco 8.
In Umbraco 7 I would install UmbracoFileSystemProviders.Azure and configure the FileSystemProvider, however in Umbraco 8 it's not there and the namepaces don't work.
How would I configure Umbraco 8 to use the Blob Storage? Currently I am out of ideas, and the documentation has not been updated yet.
After looking around in de source code, and digging through the documentation I finally found it. Using composition I managed to get it to work with an WIP repo of the UmbracoFileSystemProviders.Azure package.
And edited some stuff to make it working is U8 as that repo is still build on a preview version. When I have time I'll also have to make sure to make a pull request for those changes, though they are a bit Ad hoc.
Umbraco 8 Media in Blob Storage
Hello people,
I am having a problem getting the media folder to use an Azure Blob Storage with Umbraco 8.
In Umbraco 7 I would install UmbracoFileSystemProviders.Azure and configure the FileSystemProvider, however in Umbraco 8 it's not there and the namepaces don't work.
How would I configure Umbraco 8 to use the Blob Storage? Currently I am out of ideas, and the documentation has not been updated yet.
After looking around in de source code, and digging through the documentation I finally found it. Using composition I managed to get it to work with an WIP repo of the UmbracoFileSystemProviders.Azure package.
Hey, any chance you could post the Composer/Component and the version of UmbracoFileSystemProviders.Azure you used. :-) Thx.
Hey Jason,
I used this repo: https://github.com/JimBobSquarePants/UmbracoFileSystemProviders.Azure/tree/develop-umbraco-version-8
And edited some stuff to make it working is U8 as that repo is still build on a preview version. When I have time I'll also have to make sure to make a pull request for those changes, though they are a bit Ad hoc.
Thx
is working on a reply...