az cognitiveservices

Manage Azure Cognitive Services accounts.

This article lists the Azure CLI commands for Azure Cognitive Services account and subscription management only. Refer to the documentation at https://docs.microsoft.com/azure/cognitive-services/ for individual services to learn how to use the APIs and supported SDKs.

Commands

Name Description Type Status
az cognitiveservices account

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account commitment-plan

Manage commitment plans for Azure Cognitive Services accounts.

Core GA
az cognitiveservices account commitment-plan create

Create a commitment plan for Azure Cognitive Services account.

Core GA
az cognitiveservices account commitment-plan delete

Delete a commitment plan from Azure Cognitive Services account.

Core GA
az cognitiveservices account commitment-plan list

Show all commitment plans from Azure Cognitive Services account.

Core GA
az cognitiveservices account commitment-plan show

Show a commitment plan from Azure Cognitive Services account.

Core GA
az cognitiveservices account create

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account delete

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account deployment

Manage deployments for Azure Cognitive Services accounts.

Core GA
az cognitiveservices account deployment create

Create a deployment for Azure Cognitive Services account.

Core GA
az cognitiveservices account deployment delete

Delete a deployment from Azure Cognitive Services account.

Core GA
az cognitiveservices account deployment list

Show all deployments for Azure Cognitive Services account.

Core GA
az cognitiveservices account deployment show

Show a deployment for Azure Cognitive Services account.

Core GA
az cognitiveservices account identity

Manage identity of Cognitive Services accounts.

Core GA
az cognitiveservices account identity assign

Assign an identity of a Cognitive Services account.

Core GA
az cognitiveservices account identity remove

Remove the identity from a Cognitive Services account.

Core GA
az cognitiveservices account identity show

Show the identity of a Cognitive Services account.

Core GA
az cognitiveservices account keys

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account keys list

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account keys regenerate

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account list

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account list-deleted

List soft-deleted Azure Cognitive Services accounts.

Core GA
az cognitiveservices account list-kinds

List all valid kinds for Azure Cognitive Services account.

Core GA
az cognitiveservices account list-models

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account list-skus

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account list-usage

List usages for Azure Cognitive Services account.

Core GA
az cognitiveservices account network-rule

Manage network rules.

Core GA
az cognitiveservices account network-rule add

Add a network rule.

Core GA
az cognitiveservices account network-rule list

List network rules.

Core GA
az cognitiveservices account network-rule remove

Remove a network rule.

Core GA
az cognitiveservices account purge

Purge a soft-deleted Azure Cognitive Services account.

Core GA
az cognitiveservices account recover

Recover a soft-deleted Azure Cognitive Services account.

Core GA
az cognitiveservices account show

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices account show-deleted

Show a soft-deleted Azure Cognitive Services account.

Core GA
az cognitiveservices account update

Manage Azure Cognitive Services accounts.

Core GA
az cognitiveservices commitment-tier

Manage commitment tiers for Azure Cognitive Services.

Core GA
az cognitiveservices commitment-tier list

Show all commitment tiers for Azure Cognitive Services.

Core GA
az cognitiveservices list

Manage Azure Cognitive Services accounts.

Core Deprecated
az cognitiveservices model

Manage model for Azure Cognitive Services.

Core GA
az cognitiveservices model list

Show all models for Azure Cognitive Services.

Core GA
az cognitiveservices usage

Manage usage for Azure Cognitive Services.

Core GA
az cognitiveservices usage list

Show all usages for Azure Cognitive Services.

Core GA

az cognitiveservices list

Deprecated

This command has been deprecated and will be removed in a future release. Use 'az cognitiveservices account list' instead.

Manage Azure Cognitive Services accounts.

This article lists the Azure CLI commands for Azure Cognitive Services account and subscription management only. Refer to the documentation at https://docs.microsoft.com/azure/cognitive-services/ for individual services to learn how to use the APIs and supported SDKs.

az cognitiveservices list [--resource-group]

Examples

List all the Cognitive Services accounts in a resource group.

az cognitiveservices list -g MyResourceGroup

Optional Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.