az-term: add page (#6720)

beep
Raul Piraces Alastuey 2021-10-06 22:31:08 +02:00 committed by GitHub
parent 672e36f588
commit c5f3b333ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

13
pages/common/az-term.md Normal file
View File

@ -0,0 +1,13 @@
# 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}}"`