Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active September 25, 2015 16:07
Show Gist options
  • Save gregjhogan/a783a3d294473970e82a to your computer and use it in GitHub Desktop.
Save gregjhogan/a783a3d294473970e82a to your computer and use it in GitHub Desktop.
Azure X-Platform CLI Examples
azure storage container create --connection-string '<dest-cxn>' <dest-container>
azure storage blob copy start --connection-string '<source-cxn>' --source-container <source-container> --source-blob <disk.vhd> --dest-connection-string '<dest-cxn>' --dest-container <dest-container> --dest-blob <disk.vhd>
# watch copy progress
azure storage blob copy show --connection-string '<dest-cxn>' --container <dest-container> --blob <disk.vhd>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment