Icon

Azure CLI

Azure CLI is a cross-platform command-line tool for managing Azure resources with interactive commands or scripts.
Latest: 2.87.0 Web Scrape
Last checked: Jun 9, 2026 12:10am
Rank: 344/15140
Also monitored via:
GitHub Releases Site Monitor Winget
Follow to track new versions in your feed.
Report

Overview

0
License: MIT LicenseInstaller: MSISilent: YesWinget: Available
Silent install
msiexec /i azure-cli.msi /quiet /norestart

Uninstall
msiexec /x {ProductCode} /quiet /norestart

Version & Lifecycle

0
Current: 2.87.0 N-2: 2.85.0 Avg cadence: Every 28 days

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

Command-line note • December 19, 2025
0

AzureCLI – Command-line note

For unattended Azure CLI deployment on Windows, use the MSI with msiexec /i AzureCLI.msi /quiet /norestart /log C:LogsAzureCLI.log to fully suppress UI and capture install logs, then set the AZURE_CONFIG_DIR environment variable (e.g., via GPO or your deployment tool) to redirect CLI configuration and cache to a managed location for multi-user or roaming-profile environments.

For Windows software distribution, Microsoft documents installing Azure CLI with the MSI by running msiexec.exe /i https://aka.ms/installazurecliwindowsx64 /quiet from an elevated command prompt. For ARM64 devices, use https://aka.ms/installazurecliwindowsarm64 with the same Windows Installer syntax.

After deployment, validate the client with az --version. Microsoft also lists a PowerShell install path using $ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://aka.ms/installazurecliwindowsx64 -OutFile .\AzureCLI.msi; Start-Process msiexec.exe -Wait -ArgumentList '/I AzureCLI.msi /quiet'. Source: Microsoft Azure CLI Windows installation documentation.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

AzureCLIMicrosoft AzureCLI

Packaging Notes

0

Available as MSI installer, ZIP package, and via package managers on Linux and macOS

Notes

0

Current version as of 2025-07-15 is 2.75.0. Supports Windows, Linux, macOS, Docker, and Azure Cloud Shell.