az term

This command group is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage marketplace agreement with marketplaceordering.

Commands

Name Description Type Status
az term accept

Accept marketplace terms.

Core Experimental
az term show

Get marketplace terms.

Core Experimental

az term accept

Experimental

Command group 'term' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Accept marketplace terms.

az term accept --plan
               --product
               --publisher

Examples

Set marketplace terms.

az term accept --product "windows-data-science-vm" --plan "windows2016" --publisher "microsoft-ads"

Required Parameters

--plan

Plan identifier string of image being deployed.

--product

Offer identifier string of image being deployed.

--publisher

Publisher identifier string of image being deployed.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--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.

az term show

Experimental

Command group 'term' is experimental and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get marketplace terms.

az term show --plan
             --product
             --publisher

Examples

Get marketeplace terms.

az term show --product "windows-data-science-vm" --plan "windows2016" --publisher "microsoft-ads"

Required Parameters

--plan

Plan identifier string of image being deployed.

--product

Offeridentifier string of image being deployed.

--publisher

Publisher identifier string of image being deployed.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--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.