azure cli installation failing in the powerShell
sns
9,246
Reputation points
I am trying to install Azure CLI in local machine using WIndows PowerShell command , for that I am using following command. Please suggest as it is giving following error
Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet/; rm .\AzureCLI.msi
Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
768 questions
Sign in to answer