Prepare your Windows or Ubuntu client for the PowerShell deployment.
Procedure
-
Open the PowerShell command window with administrative rights.
-
Run the command.
Version Command PowerShell 5 Install-Module -Name AzureRM -ForcePowerShell 7 Install-Module -Name Az -Force -
To log in to your Azure environment, run the command.
Version Command PowerShell 5 connect-AzurermAccountPowerShell 7 connect-AzAccount
Was this page helpful?