Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Following is installing 32 bit Azure CLI, I want to install 64 bit , what change I should do in the command?
Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi
Hi Varma, You just need to change the URI to https://aka.ms/installazurecliwindowsx64