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.
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.
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.
is working on a reply...
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.