1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/az-term.md
2021-10-06 21:31:08 +01:00

453 B

az term

Manage marketplace agreement with marketplaceordering. Part of azure-cli. More information: https://docs.microsoft.com/cli/azure/term.

  • 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}}"