Storage

Safe way to pass ConnectionString to commands

  • Set the environment variable:

  • Use the value of the environment variable in azure cli or scripts by specifying the connection string as follows:

List storage containers

List all the blob files in a container

Download a specific blob file

Download all the blob files in a container

Store the name of all the storage blobs in a CSV

Get all the storage blob files

  • List all the storage containers

  • Create a folder for each container under

  • Download all the files for each container

Last updated