Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save slavaceornea/da63c98c93dec0c621fc5cd1ea62572d to your computer and use it in GitHub Desktop.
Save slavaceornea/da63c98c93dec0c621fc5cd1ea62572d to your computer and use it in GitHub Desktop.
Selects the current Azure subscription.
#Select current azure subscription
Select-AzureSubscription -SubscriptionName 'Visual Studio Professional with MSDN' -Current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment