Skip to content

Instantly share code, notes, and snippets.

@gregjhogan
Last active August 29, 2015 14:22
Show Gist options
  • Save gregjhogan/494113b198dc65d3b54a to your computer and use it in GitHub Desktop.
Save gregjhogan/494113b198dc65d3b54a to your computer and use it in GitHub Desktop.
Azure Powershell Examples
[System.Net.WebRequest]::DefaultWebProxy = new-object System.Net.WebProxy("http://exmaple.com:8080")
Add-AzureAccount
Set-AzureSubscription -CurrentStorageAccountName '[storage-account-name]' -SubscriptionName '[subscription-name]'
Get-AzureStorageContainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment