Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az cognitiveservices account project
Manage Azure Cognitive Services account projects.
Projects let you organize your work, such as agents, evaluations, and files, as you build stateful apps and explore new ideas. It is a container for access management, data upload and integration, and monitoring.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az cognitiveservices account project connection |
Manage Azure Cognitive Services connection associated with a project. |
Core | GA |
| az cognitiveservices account project connection create |
Create a connection for Azure Cognitive Services account. |
Core | GA |
| az cognitiveservices account project connection delete |
Delete Cognitive Services project connection by name. |
Core | GA |
| az cognitiveservices account project connection list |
Lists all the available Cognitive Services project connections under the specified project. |
Core | GA |
| az cognitiveservices account project connection show |
Lists Cognitive Services project connection by name. |
Core | GA |
| az cognitiveservices account project connection update |
Update a project connection. |
Core | GA |
| az cognitiveservices account project create |
Create a project for Azure Cognitive Services account. |
Core | GA |
| az cognitiveservices account project delete |
Delete a project. |
Core | GA |
| az cognitiveservices account project list |
Returns all the projects in a Cognitive Services account. |
Core | GA |
| az cognitiveservices account project show |
Returns a Cognitive Services project specified by the parameters. |
Core | GA |
| az cognitiveservices account project update |
Update a project for Azure Cognitive Services account. |
Core | GA |
az cognitiveservices account project create
Create a project for Azure Cognitive Services account.
az cognitiveservices account project create --location
--name
--project-name
--resource-group
[--acquire-policy-token]
[--assign-identity --include-system-identity]
[--change-reference]
[--description]
[--display-name]
[--user-assigned-identity]
Required Parameters
Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.
Cognitive service account name.
Cognitive Services account project name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Use with --user-assigned-identity to generate and assign a system managed Azure Active Directory Identity for this project.
| Property | Value |
|---|---|
| Parameter group: | Project Identity Arguments |
| Default value: | False |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Description of the project.
Display name of the project.
User assigned identity resource ID to use for the project. If not specified, a system assigned identity will be used.
| Property | Value |
|---|---|
| Parameter group: | Project Identity Arguments |
az cognitiveservices account project delete
Delete a project.
Works around SDK rejecting 200 OK (only accepts 202/204).
az cognitiveservices account project delete --name
--project-name
--resource-group
[--acquire-policy-token]
[--change-reference]
Required Parameters
Cognitive service account name.
Cognitive Services account project name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
az cognitiveservices account project list
Returns all the projects in a Cognitive Services account.
az cognitiveservices account project list --name
--resource-group
Required Parameters
Cognitive service account name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
az cognitiveservices account project show
Returns a Cognitive Services project specified by the parameters.
az cognitiveservices account project show --name
--project-name
--resource-group
Required Parameters
Cognitive service account name.
Cognitive Services account project name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
az cognitiveservices account project update
Update a project for Azure Cognitive Services account.
az cognitiveservices account project update --name
--project-name
--resource-group
[--acquire-policy-token]
[--change-reference]
[--description]
[--display-name]
Required Parameters
Cognitive service account name.
Cognitive Services account project name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Description of the project.
Display name of the project.
Feedback
Was this page helpful?
