az quantum suite-offer

Note

This reference is part of the quantum extension for the Azure CLI (version 2.73.0 or higher). The extension will automatically install the first time you run an az quantum suite-offer command. Learn more about extensions.

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

View Azure Quantum suite offers available to the subscription.

Commands

Name Description Type Status
az quantum suite-offer list

List the Azure Quantum suite offers available to the current subscription, including provider, location, and subscription-level quota allocations.

Extension Preview

az quantum suite-offer list

Preview

Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List the Azure Quantum suite offers available to the current subscription, including provider, location, and subscription-level quota allocations.

az quantum suite-offer list

Examples

List all suite offers available to the current subscription.

az quantum suite-offer list -o table

List the provider ID and location of each available suite offer.

az quantum suite-offer list --query "[].{provider:properties.providerId, location:properties.location}" -o table
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False