az-term:tldr:37c67
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.