Hi @daft  and everyone.
Currently, I’m using local storage, and everything works fine — from uploading files and images to rendering them.
I wanted to switch to Azure Storage, so I set up the environment variables: AZURE_STORAGE_NAME, AZURE_STORAGE_KEY, AZURE_STORAGE_ENDPOINT, AZURE_STORAGE_CONTAINER, and AZURE_ENDPOINT, and updated the filesystems.php file as shown below.
However, when I try to edit a blog post in the editor and attach an image, an error occurs.
I noticed that the system is still trying to access files from local storage.
I would appreciate any advice or suggestions.



