2021-10-06 21:31:08 +01:00
|
|
|
# az term
|
|
|
|
|
|
|
|
> Manage marketplace agreement with marketplaceordering.
|
|
|
|
> Part of `azure-cli`.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/cli/azure/term>.
|
2021-10-06 21:31:08 +01:00
|
|
|
|
|
|
|
- Print marketplace terms:
|
|
|
|
|
|
|
|
`az term show --product "{{product_identifier}}" --plan "{{plan_identifier}}" --publisher "{{publisher_identifier}}"`
|
|
|
|
|
|
|
|
- Accept marketplace terms:
|
|
|
|
|
|
|
|
`az term accept --product "{{product_identifier}}" --plan "{{plan_identifier}}" --publisher "{{publisher_identifier}}"`
|