你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az spring app binding cosmos

注意

此参考是 Azure CLI(版本 2.56.0 或更高版本)的 spring 扩展的一部分。 该扩展将在首次运行 az spring app binding cosmos 命令时自动安装。 详细了解扩展。

此命令组已隐式弃用,因为命令组“spring app binding”已弃用,将在将来的版本中删除。 请改用“spring connection”。

用于管理 Azure Cosmos DB 绑定的命令。

命令

名称 说明 类型 状态
az spring app binding cosmos add

将 Azure Cosmos DB 与应用绑定。

扩展 已放弃
az spring app binding cosmos update

更新应用的 Azure Cosmos DB 服务绑定。

扩展 已放弃

az spring app binding cosmos add

已放弃

此命令已隐式弃用,因为命令组“spring app binding”已弃用,将在将来的版本中删除。 请改用“spring connection”。

将 Azure Cosmos DB 与应用绑定。

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

示例

绑定 Azure Cosmos DB。

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

必需参数

--api-type

API 的类型。

接受的值: cassandra, gremlin, mongo, sql, table
--app

应用的名称。

--name -n

服务绑定的名称。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--resource-id

要与之绑定的服务的 Azure 资源 ID。

--service -s

Azure Spring Apps 实例的名称,可以使用 az configure --defaults spring=配置默认服务。

可选参数

--collection-name

集合的名称。 gremlin 是必需的。

--database-name

数据库的名称。 mongo、sql、gremlin 是必需的。

--key-space

Cassandra 密钥空间。 cassandra 是必需的。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。

az spring app binding cosmos update

已放弃

此命令已隐式弃用,因为命令组“spring app binding”已弃用,将在将来的版本中删除。 请改用“spring connection”。

更新应用的 Azure Cosmos DB 服务绑定。

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

必需参数

--app

应用的名称。

--name -n

服务绑定的名称。

--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--service -s

Azure Spring Apps 实例的名称,可以使用 az configure --defaults spring=配置默认服务。

可选参数

--collection-name

集合的名称。 gremlin 是必需的。

--database-name

数据库的名称。 mongo、sql、gremlin 是必需的。

--key-space

Cassandra 密钥空间。 cassandra 是必需的。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。