Getting the right Powershell dependencies version.
Install-Module PowerShellGet -Force
Installing the Azure Resource Manager
Install-Module -Name AzureRM -AllowClobber
Loading your azure module
Import-Module -Name AzureRM
Install-Module PowerShellGet -Force
Install-Module -Name AzureRM -AllowClobber
Import-Module -Name AzureRM
Comments