When I build the code in Linux server every time, I will get some files(with subfolders) that need to be moved to Blob storage. I don't know how to copy the files from Linux to Azure blob storage. I saw some articles in msdn blogs. I downloaded the python sdk from Github. Also I read about azure cli for linux. But I don't know how it does file copy. Could someone please tell me briefly how to copy the files from linux to Azure blob storage. Is there any simple way to do this?
Below is the url about python sdk.
Thanks in advance.