az cognitiveservices
all
Manage Azure Cognitive Services accounts. Part of `azure-cli` (also known as `az`).
More info →Options (3)
-n, --namebooleanCreate an API Cognitive Services account in a specific location without confirmation required
Example:
az cognitiveservices account create {{[-n|--name]}} {{account_name}} {{[-g|--resource-group]}} {{resource_group}} --kind {{API_name}} {{[-l|--location]}} {{location}} --sku {{sku_name}} --yes-g, --resource-groupbooleanCreate an API Cognitive Services account in a specific location without confirmation required
Example:
az cognitiveservices account create {{[-n|--name]}} {{account_name}} {{[-g|--resource-group]}} {{resource_group}} --kind {{API_name}} {{[-l|--location]}} {{location}} --sku {{sku_name}} --yes-l, --locationbooleanCreate an API Cognitive Services account in a specific location without confirmation required
Example:
az cognitiveservices account create {{[-n|--name]}} {{account_name}} {{[-g|--resource-group]}} {{resource_group}} --kind {{API_name}} {{[-l|--location]}} {{location}} --sku {{sku_name}} --yesExamples (5)
Create an API Cognitive Services account in a specific location without confirmation required
az cognitiveservices account create [-n|--name] account_name [-g|--resource-group] resource_group --kind API_name [-l|--location] location --sku sku_name --yesList usages for Azure Cognitive Services account
az cognitiveservices account list-usage [-n|--name] account_name [-g|--resource-group] resource_groupCreate a deployment for Azure Cognitive Services account
az cognitiveservices account deployment create [-n|--name] account_name [-g|--resource-group] resource_group --deployment-name deploy_name --model-name model_name --model-version "model_version" --model-format format_nameCreate a commitment plan for Azure Cognitive Services account
az cognitiveservices account commitment-plan create [-n|--name] account_name [-g|--resource-group] resource_group --commitment-plan-name "plan_name" --hosting-model "hosting_model" --plan-type "plan_type" --auto-renew false|trueDelete a commitment plan from Azure Cognitive Services account
az cognitiveservices account commitment-plan delete [-g|--resource-group] resource_group [-n|--name] account_name --commitment-plan-name "plan_name"made by @shridhargupta | data from tldr-pages