Skip to content

Instantly share code, notes, and snippets.

@yvanin
Last active October 20, 2016 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yvanin/bcaff4bee4069d535d707dfb55dacb0e to your computer and use it in GitHub Desktop.
Save yvanin/bcaff4bee4069d535d707dfb55dacb0e to your computer and use it in GitHub Desktop.
Connecting to the Azure subscription from Azure Powershell
# Connect your account, you will be prompted to enter your credentials in the popup
Add-AzureAccount
# Check that your subscription has been loaded
Get-AzureSubscription
# Select a subscription as default if needed
Select-AzureSubscription -Default <SubscriptionName>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment