Aalto
Aalto

Reputation: 99

Save .txt file into a Azure Blob storage

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

Answers (1)

Julien Corioland
Julien Corioland

Reputation: 1105

You can use Azure CLI to upload your files: https://azure.microsoft.com/en-us/documentation/articles/storage-azure-cli/

Upvotes: 1

Related Questions