Skip to content

Instantly share code, notes, and snippets.

@cw-andrews
Created April 24, 2024 15:06
Show Gist options
  • Save cw-andrews/4f8bf3e4c7eb45156dc16863f0f01a69 to your computer and use it in GitHub Desktop.
Save cw-andrews/4f8bf3e4c7eb45156dc16863f0f01a69 to your computer and use it in GitHub Desktop.
Copying a local directory to an Azure Blob Storage container
azcopy login
azcopy copy 'C:\temp\2024' 'https://stimageprocessingdev.blob.core.windows.net/stock-images/2024' --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment