The purpose of this environment is to be a data archive environment from a production environment.
After successfully importing data to it, unfortunately, the attachments were not accessible from the system (no preview, nor possibility of downloading them).
We tried a lot of approaches to solve this including downloading the blob attachments documents using the Azure storage explorer (using a SAS token), and then re-uploading them to the local host endpoint of the machine (127.0.0.1:1000/devstoreaccount1/documents), using Azure CLI, Azurite, and even we tried to change the port, nothing worked.
We found that the problem is from the metadata (properties in the blob file), which are generated the moment the file is uploaded to a system, so it's impossible to expect their values.
In all our previous concerns, we had just one problem, which is the service cannot listen to the local host blob port.
We tried a lot of things added to what I mentioned.
If you have another approach that can help us in this one, and just to mark that our first and last goal is to access the blob attachments from the system (we have them downloaded on our C:\ drive).