logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Azure Term - Manage Marketplace Agreements | Online Free DevTools by Hexmos

Manage Azure marketplace agreements efficiently with Azure Term. Accept terms, show product details, and automate deployments via the CLI. Free online tool, no registration required.

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

See Also