LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

az-cognitiveservices

Manage Azure AI and Cognitive Services accounts

TLDR

Create a Cognitive Services account
$ az cognitiveservices account create --name [myaccount] --resource-group [myRG] --kind [TextAnalytics] --sku [S1] --location [eastus]
copy
List all Cognitive Services accounts
$ az cognitiveservices account list
copy
Show account details
$ az cognitiveservices account show --name [myaccount] --resource-group [myRG]
copy
List API access keys
$ az cognitiveservices account keys list --name [myaccount] --resource-group [myRG]
copy
Regenerate an API key
$ az cognitiveservices account keys regenerate --name [myaccount] --resource-group [myRG] --key-name [key1]
copy
List available account kinds
$ az cognitiveservices account list-kinds
copy
List available SKUs for a specific kind and location
$ az cognitiveservices account list-skus --kind [TextAnalytics] --location [eastus]
copy
Delete an account
$ az cognitiveservices account delete --name [myaccount] --resource-group [myRG]
copy

SYNOPSIS

az cognitiveservices account subcommand [options]

DESCRIPTION

az cognitiveservices manages Azure Cognitive Services accounts, which provide AI capabilities including vision, speech, language, and decision APIs. It handles account creation, configuration, deployments, and subscription management for services like Text Analytics, Computer Vision, Speech Services, and OpenAI.

SUBCOMMANDS

account create

Create a Cognitive Services account.
account delete
Delete a Cognitive Services account.
account list
List all Cognitive Services accounts.
account show
Show details of a specific account.
account keys list
List account access keys.
account keys regenerate
Regenerate account keys.
account deployment
Manage model deployments.
account commitment-plan
Manage commitment plans.
account network-rule
Manage network rules.
account list-kinds
List available account kinds.
account list-skus
List available SKUs for a service kind and location.

INSTALL

sudo dnf install azure-cli
copy
sudo pacman -S azure-cli
copy
sudo zypper install azure-cli
copy
brew install azure-cli
copy
nix profile install nixpkgs#azure-cli
copy

CAVEATS

Requires Azure CLI to be installed and authenticated with az login. Different service kinds have different SKU availability and pricing. Some services require accepting responsible AI terms before creation.

SEE ALSO

az(1), az-config(1), az-account(1), az-group(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid