HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

az term — Manage marketplace agreement with marketplaceordering. Part of `azure-cli` (also known as `az`). Mor

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandmarketplaceclimanagewithaz termagreementmarketplaceordering

Problem

How to use the az term command: Manage marketplace agreement with marketplaceordering. Part of azure-cli (also known as az). More information: <https://learn.microsoft.com/cli/azure/term>.

Solution

az term — Manage marketplace agreement with marketplaceordering. Part of azure-cli (also known as az). 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}}"

Code Snippets

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

Context

tldr-pages: common/az term

Revisions (0)

No revisions yet.