Hi,
I want to use REST API PUT BLOB method to store blob locally with the URL "http://127.0.0.1:10000/devstoreaccount1/mycontainer/myblob" in Linux.
I was not able to find any python function for the REST API.
Is there a python function to use this REST API and if yes how to use them. Since the storage emulator does not support Linux, is it possible to use this in a python function and access the azure-blob-storage docker container.
Thanks,
Ambharesh