Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Umbraco v10, using umbraco.storageproviders.azureblob
The site is configured as per this https://docs.umbraco.com/umbraco-cms/10.latest/extending/filesystemproviders/azure-blob-storage
However, the "MediaCache" folder is still being used - am I missing a setting? I assumed this cache data would be stored in Azure Blob storage?
you need to add with true parameter AddAzureBlobMediaFileSystem(true)
"true" is the default value though
May be it is old files before media was moved to Azure? try to remove mediacache folder and run again
Unfortunately not. The files are currently being manually deleted before we do a release. They keep coming back.
I did try it locally with the default “true” property passed in (as above) but it didn’t help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco.storageproviders.azureblob still using local mediacache
Umbraco v10, using umbraco.storageproviders.azureblob
The site is configured as per this https://docs.umbraco.com/umbraco-cms/10.latest/extending/filesystemproviders/azure-blob-storage
However, the "MediaCache" folder is still being used - am I missing a setting? I assumed this cache data would be stored in Azure Blob storage?
you need to add with true parameter AddAzureBlobMediaFileSystem(true)
"true" is the default value though
May be it is old files before media was moved to Azure? try to remove mediacache folder and run again
Unfortunately not. The files are currently being manually deleted before we do a release. They keep coming back.
I did try it locally with the default “true” property passed in (as above) but it didn’t help.
is working on a reply...