Azure

From Piszczynski
Revision as of 20:40, 22 February 2021 by piszczynski>Aleks (Created page with " == Azure == Set Subsctiption in powershell session: Look at the subscriptions and select the id of the one you want: *Get-AzSubscription *$Context = Get-AzSubscription -Su...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Azure

Set Subsctiption in powershell session: Look at the subscriptions and select the id of the one you want:

  • Get-AzSubscription
  • $Context = Get-AzSubscription -SubscriptionID <subID>; Set-AzContext $Context