1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 03:15:37 +02:00
tldr/pages/common/az-term.md

14 lines
475 B
Markdown
Raw Normal View History

2021-10-06 22:31:08 +02:00
# az term
> Manage marketplace agreement with marketplaceordering.
> Part of `azure-cli` (also known as `az`).
> More information: <https://learn.microsoft.com/cli/azure/term>.
2021-10-06 22:31:08 +02: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}}"`