Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gordon Saxby 1465 posts 1887 karma points
    Jan 21, 2025 @ 14:54
    Gordon Saxby
    0

    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?

  • Yakov Lebski 594 posts 2350 karma points
    Jan 22, 2025 @ 01:34
    Yakov Lebski
    0

    you need to add with true parameter AddAzureBlobMediaFileSystem(true)

  • Gordon Saxby 1465 posts 1887 karma points
    Jan 22, 2025 @ 08:49
    Gordon Saxby
    0

    "true" is the default value though enter image description here

  • Yakov Lebski 594 posts 2350 karma points
    Jan 22, 2025 @ 17:56
    Yakov Lebski
    0

    May be it is old files before media was moved to Azure? try to remove mediacache folder and run again

  • Gordon Saxby 1465 posts 1887 karma points
    Jan 22, 2025 @ 18:36
    Gordon Saxby
    0

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies