az Verified current stable Not installed? Cloud Infrastructure

Az / Show Marketplace Terms

Show Marketplace Terms

Displays terms for a specific Azure Marketplace product, plan, and publisher.

$
Terminal
az term show --product "<product_identifier>" --plan "<plan_identifier>" --publisher "<publisher_identifier>"

When To Use

During compliance audit checks to confirm terms of service before deployment.

Pro Tip

Use `--output table` for a summary view; undocumented feature, faster parsing.

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
az term show --product "<product_identifier>" --plan "<plan_identifier>" --publisher "<publisher_identifier>"

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
\n\nProduct Identifier     | Plan Identifier      | Publisher Identifier   | Terms  \n----------------------|----------------------|------------------------|------------------\nmy-product            | my-plan             | my-publisher          | Acceptable Usage Policy  \nViewable Availability   | Terms of Service    | Privacy Policy        | 2023-10-01  \n

Anatomy of Output

Understanding the result

Terms found for Product: my-product Product

Name of the product queried.

Plan: my-plan | Publisher: my-publisher Plan and Publisher

Identifies plan and publisher.

Review the usage rights and restrictions in detail. Terms Note

Critical information for compliance.

Troubleshooting

Common pitfalls

InvalidProductIdentifierError: The product identifier is not recognized.

Solution: Verify the product identifier against Azure Marketplace.

PlanNotFoundError: The specified plan does not exist for the publisher.

Solution: Check the plan identifier and try again.

UnauthorizedAccessError: You do not have permission to access terms for this product.

Solution: Ensure you have the necessary role assignments in Azure.

Command Breakdown

What each part is doing

az
Base Command
The executable that performs this operation. Here it runs Az before the shell applies any redirect operators.
<product_identifier>
product identifier
The value supplied for product identifier.
<plan_identifier>
plan identifier
The value supplied for plan identifier.
<publisher_identifier>
publisher identifier
The value supplied for publisher identifier.
--product
Command Option
Tool-specific option used by this command invocation.
--plan
Command Option
Tool-specific option used by this command invocation.
--publisher
Command Option
Tool-specific option used by this command invocation.

How To Run

Execution path

  1. Step 1

    Run the command: az term show --product "my-product" --plan "my-plan" --publisher "my-publisher"

  2. Step 2

    Verify the output includes the marketplace terms for your specified product and plan.

  3. Step 3

    Ensure the identifiers are accurate to see the correct terms.

Alternative Approaches

Comparable commands in other tools

Alternative cloud infrastructure tools for the same job.