Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
az login

If you need to use Azure PowerShell CLI

Code Block
Connect-AzAccount

If you need to use the deprecated CLI

Code Block
Connect-AzureRmAccount

...