Working with Azure Development Storage from command-line

Question:

I need to upload some files to my Azure storage emulator using scripts. The same task for remote Azure storage is performed easily with Azure PowerShell cmdlets, just call

But how can I do the same thing for local storage emulator?

Answer:

Found the solution using PowerShell Cmdlets.

You need to specify -UseDevelopmentStorage option to the cmdlets:

or

Source:

Working with Azure Development Storage from command-line by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply