https://www.powershellgallery.com/ https://github.com/Azure/azure-powershell/releases
Download version +7
https://winaero.com/how-to-install-powershell-7-in-windows-10/
if you faced problems
Install-Module AzureADPreview Install-Module AzureAD -Force
you'll able to connect to azure
##To find the PowerShell version in Windows,
- Open PowerShell.Tip: You can add "Open PowerShell As Administrator" context menu.
- Type or copy-paste the following command: Get-Host | Select-Object Version.
- In the output, you will see the version of PowerShell.
- Alternatively, type $PSVersionTable and hit the Enter key.
- See the PSVersion line.
https://4bes.nl/2020/06/28/step-by-step-test-and-deploy-arm-templates-with-github-actions/