Reputation: 99
With an Ubuntu VM I have downloaded and unzipped several .txt files that I would like to save as Azure blob storage (one for each file), in a way that I can use them with Spark. Is there any way to do that form ssh or azure portal?
Upvotes: 0
Views: 2328
Reputation: 1105
You can use Azure CLI to upload your files: https://azure.microsoft.com/en-us/documentation/articles/storage-azure-cli/
Upvotes: 1