Microsoft: Azure PowerShell Documentation
Github: Microsoft Azure PowerShell
Azure PowerShell Modules: https://github.com/Azure/azure-powershell/blob/main/documentation/azure-powershell-modules.md
Run the following command in a PowerShell session to install the Az PowerShell module:
Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
If you have an earlier version and would like to update to the latest version, run the following command in a PowerShell session:
Update-Module -Name Az -Scope CurrentUser -Force
Connect Azure from PowerShell
Connect-AzAccount