core/Resources/Scripts/install_azure_power_shell.ps1


Get-Module -Name AzureRM -ListAvailable
Install-Module -Name PowerShellGet -Force
Install-Module -Name Az -Repository PSGallery -Force