Using Azure Storage for Media/Uploaded Files (when using App Service)
Hello,
I'm currently in the process of deploying an Umbraco 7.3.7 site to Azure - I've created an App Service - which I'm looking to Scale out so I need to utilise the shared storage so that every instance that is spawned they all have access to the same storage space.
Can anyone tell me what I need to change in Umbraco to make sure that files/blobs are saved to this shared storage space.
Using Azure Storage for Media/Uploaded Files (when using App Service)
Hello,
I'm currently in the process of deploying an Umbraco 7.3.7 site to Azure - I've created an App Service - which I'm looking to Scale out so I need to utilise the shared storage so that every instance that is spawned they all have access to the same storage space.
Can anyone tell me what I need to change in Umbraco to make sure that files/blobs are saved to this shared storage space.
Many thanks
Paul
Hi Paul,
You need to install a package to make this work : https://our.umbraco.org/projects/collaboration/umbracofilesystemprovidersazure/
This allows you to store your files in azure blob storage
Dave
Thanks Dave, just what I needed.
is working on a reply...