Forrest logo
back to the az tool

az-term:tldr:37c67

az-term: Accept marketplace terms.
$ az term accept --product "${product_identifier}" --plan "${plan_identifier}" --publisher "${publisher_identifier}"
try on your machine

The command az term accept is used to accept the terms of a marketplace product. Here is an explanation of the options used in the command:

  • --product "${product_identifier}": This option specifies the identifier of the product for which you want to accept the terms. The ${product_identifier} is a placeholder that should be replaced with the actual identifier of the product.

  • --plan "${plan_identifier}": This option specifies the identifier of the plan within the product for which you want to accept the terms. The ${plan_identifier} is a placeholder that should be replaced with the actual identifier of the plan.

  • --publisher "${publisher_identifier}": This option specifies the identifier of the publisher of the product. The ${publisher_identifier} is a placeholder that should be replaced with the actual identifier of the publisher.

By running this command, you are essentially accepting the terms and conditions associated with a certain marketplace product, plan, and publisher.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the az tool