PowerShell
Connect to Azure via PowerShell using the Connect-AzAccount cmdlet.
Connect to Azure via PowerShell
The Connect-AzAccount cmdlet opens an interactive login prompt to authenticate your PowerShell session with Azure. Once authenticated, you can use the Az module cmdlets to manage Azure resources.
1
2
# Connect to Azure via PowerShell
Connect-AzAccount
This post is licensed under CC BY 4.0 by the author.