How to connect to Azure PowerShell (ARM & Azure AD)
Connect to ARM using the Azure RM modules. Connect to Azure AD using the Azure AD module. How to connect to Azure ARM: run command $PSVersionTable.PSVersion and confirm the Major build is 5 un command Install-Module AzureRM You will be prompted to install NuGet if you have a version earlier than 2.8.5.201 or do not …