Last active
August 29, 2015 14:22
-
-
Save gregjhogan/b293590b9b600d4815d0 to your computer and use it in GitHub Desktop.
Azure X-Platform CLI Examples
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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