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
az cognitiveservices account |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account create |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account delete |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account identity |
Manage identity of Cognitive Services accounts. |
az cognitiveservices account identity assign |
Assign an identity of a Cognitive Services account. |
az cognitiveservices account identity remove |
Remove the identity from a Cognitive Services account. |
az cognitiveservices account identity show |
Show the identity of a Cognitive Services account. |
az cognitiveservices account keys |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account keys list |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account keys regenerate |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account list |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account list-kinds |
List all valid kinds for Azure Cognitive Services account. |
az cognitiveservices account list-skus |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account list-usage |
List usages for Azure Cognitive Services account. |
az cognitiveservices account network-rule |
Manage network rules. |
az cognitiveservices account network-rule add |
Add a network rule. |
az cognitiveservices account network-rule list |
List network rules. |
az cognitiveservices account network-rule remove |
Remove a network rule. |
az cognitiveservices account show |
Manage Azure Cognitive Services accounts. |
az cognitiveservices account update |
Manage Azure Cognitive Services accounts. |
az cognitiveservices list |
Manage Azure Cognitive Services accounts. |
az cognitiveservices list
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 [--query-examples]
[--resource-group]
[--subscription]
Examples
List all the Cognitive Services accounts in a resource group.
az cognitiveservices list -g MyResourceGroup
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.