This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Install

Learn how to install Azure Quick Review (azqr)

    Install on Linux or Azure Cloud Shell

    bash -c "$(curl -fsSL https://raw.githubusercontent.com/azure/azqr/main/scripts/install.sh)"
    

    Install on Windows

    Use winget:

    winget install azqr
    

    or download the executable file:

    Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/azure/azqr/main/scripts/install.ps1'))
    

    Install on Mac

    Use homebrew:

    brew install azqr
    

    or download the latest release from here.