Skip to content

Commit 2dfeda6

Browse files
authored
Merge pull request MicrosoftDocs#979 from sptramer/get-started/sub-selection
Add subscription selection instructions to get started.
2 parents 5a2b1f6 + 0df8394 commit 2dfeda6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs-conceptual/azps-1.4.0/get-started-azureps.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Connect-AzAccount -Environment AzureChinaCloud
4444
You'll get a token to use on https://microsoft.com/devicelogin. Open this page in your browser and enter the token, then sign in with your Azure
4545
account credentials and authorize Azure PowerShell.
4646

47+
After signing in, you'll see information indicating which of your Azure subscriptions is active. If you have multiple Azure subscriptions in your
48+
account and want to select a different one, get your available subscriptions with [Get-AzSubscription](/powershell/module/az.accounts/get-azsubscription) and use the [Set-AzContext](/powershell/module/az.accounts/set-azcontext) cmdlet with your subscription ID.
49+
For more information about managing your Azure subscriptions in Azure PowerShell, see [Use multiple Azure subscriptions](manage-subscriptions-azureps.md).
50+
4751
Once signed in, use the Azure PowerShell cmdlets to access and manage resources in your subscription. To learn more about
4852
the sign-in process and authentication methods, see [Sign in with Azure PowerShell](authenticate-azureps.md).
4953

0 commit comments

Comments
 (0)