From c5f3b333ad46f1d59b56480f0244728d2fe0a151 Mon Sep 17 00:00:00 2001 From: Raul Piraces Alastuey Date: Wed, 6 Oct 2021 22:31:08 +0200 Subject: [PATCH] az-term: add page (#6720) --- pages/common/az-term.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pages/common/az-term.md diff --git a/pages/common/az-term.md b/pages/common/az-term.md new file mode 100644 index 000000000..2dc29190a --- /dev/null +++ b/pages/common/az-term.md @@ -0,0 +1,13 @@ +# az term + +> Manage marketplace agreement with marketplaceordering. +> Part of `azure-cli`. +> More information: . + +- 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}}"`