azure:qnd:azure_cli

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
azure:qnd:azure_cli [2022/06/29 12:04] – [Powershell] mguptonazure:qnd:azure_cli [2022/10/31 18:12] (current) – [Azure CLI] mgupton
Line 1: Line 1:
 ====== Azure CLI ====== ====== Azure CLI ======
 +Azure CLI and Powershell
 +
 +  * [[https://learn.microsoft.com/en-us/cli/azure/manage-azure-subscriptions-azure-cli]]
 +
 +<code powershell>
 +az login --tenant <tenant id>
 +</code>
 +
 +<code powershell>
 +az account set --subscription <subscription id>
 +</code>
 +
 ====== Powershell ====== ====== Powershell ======
 +===== Login Sequence =====
 +<code>
 +Connect-AzAccount
 +Get-AzSubscriptions
 +Set-AzContext
 +</code>
 +
 === Login (via GUI prompt) === === Login (via GUI prompt) ===
 <code powershell> <code powershell>
  • azure/qnd/azure_cli.1656504276.txt.gz
  • Last modified: 2022/06/29 12:04
  • by mgupton