Gallery Module for Azure PowerShell: https://www.powershellgallery.com/packages/Az/15.3.0
To install Az from the PowerShell Gallery, run the following command:
Install-Module -Name Az -Repository PSGallery -Force
To update from an older version of Az, run the following command:
Update-Module -Name Az
Docker images
- mcr.microsoft.com/azure-powershell:latest
- mcr.m...