Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 888 Bytes

File metadata and controls

29 lines (16 loc) · 888 Bytes

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

https://stackoverflow.com/questions/56238475/connect-azurermaccount-the-term-connect-azurermaccount-is-not-recognized-as

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/