Skip to content

Common Isses

phaledang edited this page Dec 23, 2023 · 1 revision
  • The term 'az' is not recognized as the name of a cmdlet

Run PowerShell script:

Invoke-WebRequest -Uri https://aka.ms/installazurecliwindows -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'; rm .\AzureCLI.msi

Clone this wiki locally