Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active August 29, 2015 14:22
Show Gist options
  • Save gregjhogan/b293590b9b600d4815d0 to your computer and use it in GitHub Desktop.
Save gregjhogan/b293590b9b600d4815d0 to your computer and use it in GitHub Desktop.
Azure X-Platform CLI Examples
export HTTP_PROXY=[http://example.com:8080]
azure storage account connectionstring show [storage-account-name]
export AZURE_STORAGE_CONNECTION_STRING='[connection-string-from-previous-command]'
azure storage blob list --account-name [storage-account-name] --container [container-name]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment