LinuxCommandLibrary

az-term

Manage marketplace agreement with marketplaceordering.

TLDR

Print marketplace terms

$ az term show --product "[product_identifier]" --plan "[plan_identifier]" --publisher "[publisher_identifier]"
copy


Accept marketplace terms
$ az term accept --product "[product_identifier]" --plan "[plan_identifier]" --publisher "[publisher_identifier]"
copy

Copied to clipboard