az spring-cloud app binding cosmos

Note

This reference is part of the spring-cloud extension for the Azure CLI (version 2.45.0 or higher). The extension will automatically install the first time you run an az spring-cloud app binding cosmos command. Learn more about extensions.

This command group is implicitly deprecated because command group 'spring-cloud app binding' is deprecated and will be removed in a future release. Use 'spring app binding' instead.

Commands to manage Azure Cosmos DB bindings.

Commands

Name Description Type Status
az spring-cloud app binding cosmos add

Bind an Azure Cosmos DB with the app.

Extension Deprecated
az spring-cloud app binding cosmos update

Update an Azure Cosmos DB service binding of the app.

Extension Deprecated

az spring-cloud app binding cosmos add

Deprecated

This command is implicitly deprecated because command group 'spring-cloud app binding' is deprecated and will be removed in a future release. Use 'spring app binding' instead.

Bind an Azure Cosmos DB with the app.

az spring-cloud app binding cosmos add --api-type {cassandra, gremlin, mongo, sql, table}
                                       --app
                                       --name
                                       --resource-group
                                       --resource-id
                                       --service
                                       [--collection-name]
                                       [--database-name]
                                       [--key-space]

Examples

Bind an Azure Cosmos DB.

az spring-cloud app binding cosmos add -n cosmosProduction --app MyApp --resource-id COSMOSDB_ID --api-type mongo --database mymongo -g MyResourceGroup -s MyService

Required Parameters

--api-type

Type of API.

accepted values: cassandra, gremlin, mongo, sql, table
--app

Name of app.

--name -n

Name of service binding.

--resource-group -g

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

--resource-id

Azure resource ID of the service to bind with.

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

Optional Parameters

--collection-name

Name of collection. Required for gremlin.

--database-name

Name of database. Required for mongo, sql, gremlin.

--key-space

Cassandra key space. Required for cassandra.

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.

az spring-cloud app binding cosmos update

Deprecated

This command is implicitly deprecated because command group 'spring-cloud app binding' is deprecated and will be removed in a future release. Use 'spring app binding' instead.

Update an Azure Cosmos DB service binding of the app.

az spring-cloud app binding cosmos update --app
                                          --name
                                          --resource-group
                                          --service
                                          [--collection-name]
                                          [--database-name]
                                          [--key-space]

Required Parameters

--app

Name of app.

--name -n

Name of service binding.

--resource-group -g

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

--service -s

Name of Azure Spring Cloud, you can configure the default service using az configure --defaults spring-cloud=.

Optional Parameters

--collection-name

Name of collection. Required for gremlin.

--database-name

Name of database. Required for mongo, sql, gremlin.

--key-space

Cassandra key space. Required for cassandra.

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.