
PowerShell package Az.Accounts failed to download
I recently ran into this problem: I had to install the Azure Az PowerShell module from the PowerShell Gallery on a new computer. Interestingly the installation with Install-Module -Name Az failed with the error message “WARNING: Source Location ‘https://www.powershellgallery.com/api/v2/package/Az.Accounts/1.9.3' is not valid.”. See my solution here. The Azure Az PowerShell module provides access to the world of Azure. See more at Introducing the new Azure PowerShell Az module. So, if you run into this issue when executing ...

