az-quantum
Manage Azure Quantum resources
TLDR
Create a new Azure Quantum workspace
List all Azure Quantum workspaces
Set a default Azure Quantum workspace
Submit a QIR quantum job to a target
List all jobs in a Quantum Workspace
Get the output of a quantum job
List available provider offerings in a location
Set a default target for job submissions
SYNOPSIS
az quantum [--debug] [--help -h] [--only-show-errors] [--output -o] [--query -q] [--subscription] [--verbose] <subcommand>
PARAMETERS
--debug
Increase logging verbosity to show all debug logs. Use for troubleshooting cloud issues.
--help -h
Show help for az quantum and exit.
--only-show-errors
Show only errors, suppressing warnings.
--output -o
Output format: json, jsonc, table, tsv, yaml.
--query -q
JMESPath query string to customize output.
--subscription
Azure subscription ID to target.
--verbose
Increase logging verbosity.
DESCRIPTION
az quantum is the Azure CLI extension command group for managing Azure Quantum, Microsoft's cloud-based quantum computing platform. It enables developers to create quantum workspaces, discover available hardware from providers like IonQ, Quantinuum, and Rigetti, submit and monitor jobs in Q# or Qiskit, retrieve results, and manage models.
The service supports hybrid quantum-classical workflows, allowing scalable execution on diverse quantum processors without local hardware. Users can list providers with az quantum provider list, create workspaces via az quantum workspace create, and submit jobs using az quantum job submit.
Prerequisites: Install Azure CLI, add the quantum extension (az extension add --name quantum), and authenticate (az login). Ideal for researchers and developers prototyping quantum algorithms in the cloud.
Key benefits include pay-per-shot pricing, seamless integration with Azure tools, and support for open-source frameworks, accelerating quantum app development.
CAVEATS
Requires Azure CLI v2.20+ and az extension add --name quantum --upgrade. Needs active subscription and az login. Some features preview-only; check Azure docs for quotas.
INSTALLATION
az extension add --name quantum --upgrade to install/update.
COMMON SUBCOMMANDS
workspace (manage workspaces), job (submit/monitor jobs), provider (list providers), hardware (list hardware), submission (machine configs), model (Q# models). Use az quantum --help for details.
HISTORY
Launched in 2021 public preview alongside Azure Quantum service. Extension evolved with provider integrations (IonQ 2021, Quantinuum 2022). Regular updates via Azure CLI releases.
SEE ALSO
az(1)


