Copied to clipboard

Flag this post as spam?

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


  • Sebastian Dammark 547 posts 1287 karma points
    Jul 22, 2018 @ 06:27
    Sebastian Dammark
    0

    Umbraco doesn't read from Azure Blob Storage

    I've been following this guide: https://our.umbraco.com/documentation/Umbraco-Cloud/Set-Up/Media/

    And so far everything has been great. When I upload files to the media section, they end up in the Azure Blob Storage.

    But when the website wants to read the files, it uses the local files. And I can't figure out why.

  • Sebastiaan Janssen 4899 posts 14655 karma points MVP admin hq
    Jul 23, 2018 @ 08:02
    Sebastiaan Janssen
    0

    How did you conclude it's using the local files?

    One thing to note that is important is that the URLs still look like mysite.com/media/1234/test.jpg but the storage provider takes that URL and gets the media item from blob storage.

    You can simply test this out by moving/deleting a local file and then request it again, it will be returned to you as normal.

    Also, when the storage provider is active, the files will no longer be stored locally, so new files shouldn't even be in your local media folder.

  • 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