Skip to content

Commit

Permalink
az-term: add page (#6720)
Browse files Browse the repository at this point in the history
  • Loading branch information
piraces authored Oct 6, 2021
1 parent 672e36f commit c5f3b33
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/common/az-term.md
Original file line number Diff line number Diff line change
@@ -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}}"`

0 comments on commit c5f3b33

Please sign in to comment.