I'm using azure file storage for data persistence of several container instances, on that side, it is working fine. I issue I have is that some of the containers read data that I load manually to the File storage via web interface. I need to update this to be able to load the files from python but I'm not finding any examples of how to to this.
There is a github repo from Azure https://github.com/Azure/azure-storage-python that is supposed to handle that, but I'm not finding any examples there, only the source code. On medium and other sites I have found tutorials for using Blob but I haven't found any for Files