mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
3e53d171bd
* az-*: update links and page description * az-aks: update link and page description * az-*: fix typos in Spanish translation * az-*: update links and description in Spanish translation
475 B
475 B
az term
Manage marketplace agreement with marketplaceordering. Part of
azure-cli(also known asaz). More information: https://learn.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}}"