az quantum offerings
Note
This reference is part of the quantum extension for the Azure CLI (version 2.41.0 or higher). The extension will automatically install the first time you run an az quantum offerings command. Learn more about extensions.
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage provider offerings for Azure Quantum.
Name | Description | Type | Status |
---|---|---|---|
az quantum offerings accept-terms |
Accept the terms of a provider and SKU combination to enable it for workspace creation. |
Extension | Preview |
az quantum offerings list |
Get the list of all provider offerings available on the given location. |
Extension | Preview |
az quantum offerings show-terms |
Show the terms of a provider and SKU combination including license URL and acceptance status. |
Extension | Preview |
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Accept the terms of a provider and SKU combination to enable it for workspace creation.
az quantum offerings accept-terms --location
--provider-id
--sku
Once terms have been reviewed, accept the invoking this command.
az quantum offerings accept-terms -p MyProviderId -k MySKU -l MyLocation
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Identifier of an Azure Quantum provider.
Identify a plan or SKU offered by an Azure Quantum provider.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Get the list of all provider offerings available on the given location.
az quantum offerings list --location
[--autoadd-only]
List offerings available in an Azure location.
az quantum offerings list -l MyLocation -o table
List only the offerings flagged "autoAdd" in an Azure location.
az quantum offerings list -l MyLocation --autoadd-only -o table
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
If specified, only the plans flagged "autoAdd" are displayed.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Command group 'quantum' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Show the terms of a provider and SKU combination including license URL and acceptance status.
az quantum offerings show-terms --location
--provider-id
--sku
Use a Provider Id and SKU from `az quantum offerings list` to review the terms.
az quantum offerings show-terms -p MyProviderId -k MySKU -l MyLocation
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Identifier of an Azure Quantum provider.
Identify a plan or SKU offered by an Azure Quantum provider.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Azure CLI feedback
Azure CLI is an open source project. Select a link to provide feedback: