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

az webapp connection update

更新 Web 应用连接。

命令

名称 说明 类型 状态
az webapp connection update app-insights

将 Web 应用更新到 app-insights 连接。

核心 GA
az webapp connection update appconfig

将 Web 应用更新为 appconfig 连接。

核心 GA
az webapp connection update confluent-cloud

将 webapp 更新为 confluent-cloud 连接。

核心 GA
az webapp connection update cosmos-cassandra

将 Web 应用更新为 cosmos-cassandra 连接。

核心 GA
az webapp connection update cosmos-gremlin

将 webapp 更新为 cosmos-gremlin 连接。

核心 GA
az webapp connection update cosmos-mongo

将 Web 应用更新为 cosmos-mongo 连接。

核心 GA
az webapp connection update cosmos-sql

将 Web 应用更新为 cosmos-sql 连接。

核心 GA
az webapp connection update cosmos-table

将 Web 应用更新为 cosmos-table 连接。

核心 GA
az webapp connection update eventhub

将 Web 应用更新到 eventhub 连接。

核心 GA
az webapp connection update keyvault

将 Web 应用更新为 keyvault 连接。

核心 GA
az webapp connection update mysql

将 Web 应用更新到 mysql 连接。

核心 已放弃
az webapp connection update mysql-flexible

将 webapp 更新为 mysql 灵活连接。

核心 GA
az webapp connection update postgres

将 Web 应用更新为 postgres 连接。

核心 已放弃
az webapp connection update postgres-flexible

将 Web 应用更新为具有 postgres 灵活连接。

核心 GA
az webapp connection update redis

将 Web 应用更新为 redis 连接。

核心 GA
az webapp connection update redis-enterprise

将 Web 应用更新为 redis-enterprise 连接。

核心 GA
az webapp connection update servicebus

将 Web 应用更新到 servicebus 连接。

核心 GA
az webapp connection update signalr

将 Web 应用更新为信号器连接。

核心 GA
az webapp connection update sql

将 Web 应用更新到 sql 连接。

核心 GA
az webapp connection update storage-blob

将 Web 应用更新到 storage-blob 连接。

核心 GA
az webapp connection update storage-file

将 Web 应用更新为存储文件连接。

核心 GA
az webapp connection update storage-queue

将 Web 应用更新为存储队列连接。

核心 GA
az webapp connection update storage-table

将 Web 应用更新为存储表连接。

核心 GA
az webapp connection update webpubsub

将 Web 应用更新为 webpubsub 连接。

核心 GA

az webapp connection update app-insights

将 Web 应用更新到 app-insights 连接。

az webapp connection update app-insights [--appconfig-id]
                                         [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python}]
                                         [--connection]
                                         [--customized-keys]
                                         [--id]
                                         [--name]
                                         [--no-wait]
                                         [--opt-out {auth, configinfo, publicnetwork}]
                                         [--resource-group]
                                         [--secret]
                                         [--slot]
                                         [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update app-insights -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update app-insights --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, nodejs, none, python
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update appconfig

将 Web 应用更新为 appconfig 连接。

az webapp connection update appconfig [--appconfig-id]
                                      [--client-type {dotnet, dotnet-internal, java, nodejs, none, python}]
                                      [--connection]
                                      [--customized-keys]
                                      [--id]
                                      [--name]
                                      [--no-wait]
                                      [--opt-out {auth, configinfo, publicnetwork}]
                                      [--private-endpoint {false, true}]
                                      [--resource-group]
                                      [--secret]
                                      [--service-principal]
                                      [--slot]
                                      [--system-identity]
                                      [--user-identity]
                                      [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update appconfig -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update appconfig --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update confluent-cloud

将 webapp 更新为 confluent-cloud 连接。

az webapp connection update confluent-cloud --connection
                                            [--appconfig-id]
                                            [--bootstrap-server]
                                            [--client-type {dotnet, dotnet-internal, go, java, none, python, springBoot}]
                                            [--customized-keys]
                                            [--kafka-key]
                                            [--kafka-secret]
                                            [--name]
                                            [--no-wait]
                                            [--opt-out {auth, configinfo, publicnetwork}]
                                            [--resource-group]
                                            [--schema-key]
                                            [--schema-registry]
                                            [--schema-secret]
                                            [--slot]
                                            [--source-id]
                                            [--vault-id]

示例

更新启动服务器连接的客户端类型

az webapp connection update confluent-cloud -g WebAppRG -n MyWebApp --connection MyConnection --client python

更新启动服务器连接的身份验证配置

az webapp connection update confluent-cloud -g WebAppRG -n MyWebApp --connection MyConnection --bootstrap-server xxx.eastus.azure.confluent.cloud:9092 --kafka-key Name --kafka-secret Secret

更新架构注册表连接的客户端类型

az webapp connection update confluent-cloud -g WebAppRG -n MyWebApp --connection MyConnection_schema --client python

更新架构注册表连接的身份验证配置

az webapp connection update confluent-cloud -g WebAppRG -n MyWebApp --connection MyConnection_schema --schema-registry https://xxx.eastus.azure.confluent.cloud --schema-key Name --schema-secret Secret

必需参数

--connection

连接的名称。

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--bootstrap-server

Kafka bootstrap 服务器 URL。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, none, python, springBoot
--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--kafka-key

Kafka API-Key(密钥)。

--kafka-secret

Kafka API-Key(机密)。

--name -n

Web 应用的名称。 如果未指定“--source-id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--source-id”,则为必需。没有。

--schema-key

架构注册表 API 密钥(密钥)。

--schema-registry

架构注册表 URL。

--schema-secret

架构注册表 API 密钥(机密)。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--source-id

Web 应用的资源 ID。 如果未指定 ['--resource-group', '--name'] ,则为必需。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update cosmos-cassandra

将 Web 应用更新为 cosmos-cassandra 连接。

az webapp connection update cosmos-cassandra [--appconfig-id]
                                             [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
                                             [--connection]
                                             [--customized-keys]
                                             [--id]
                                             [--name]
                                             [--no-wait]
                                             [--opt-out {auth, configinfo, publicnetwork}]
                                             [--private-endpoint {false, true}]
                                             [--resource-group]
                                             [--secret]
                                             [--service-endpoint {false, true}]
                                             [--service-principal]
                                             [--slot]
                                             [--system-identity]
                                             [--user-identity]
                                             [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update cosmos-cassandra -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update cosmos-cassandra --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update cosmos-gremlin

将 webapp 更新为 cosmos-gremlin 连接。

az webapp connection update cosmos-gremlin [--appconfig-id]
                                           [--client-type {dotnet, dotnet-internal, java, nodejs, none, php, python}]
                                           [--connection]
                                           [--customized-keys]
                                           [--id]
                                           [--name]
                                           [--no-wait]
                                           [--opt-out {auth, configinfo, publicnetwork}]
                                           [--private-endpoint {false, true}]
                                           [--resource-group]
                                           [--secret]
                                           [--service-endpoint {false, true}]
                                           [--service-principal]
                                           [--slot]
                                           [--system-identity]
                                           [--user-identity]
                                           [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update cosmos-gremlin -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update cosmos-gremlin --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, php, python
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update cosmos-mongo

将 Web 应用更新为 cosmos-mongo 连接。

az webapp connection update cosmos-mongo [--appconfig-id]
                                         [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, springBoot}]
                                         [--connection]
                                         [--customized-keys]
                                         [--id]
                                         [--name]
                                         [--no-wait]
                                         [--opt-out {auth, configinfo, publicnetwork}]
                                         [--private-endpoint {false, true}]
                                         [--resource-group]
                                         [--secret]
                                         [--service-endpoint {false, true}]
                                         [--service-principal]
                                         [--slot]
                                         [--system-identity]
                                         [--user-identity]
                                         [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update cosmos-mongo -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update cosmos-mongo --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, nodejs, none, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update cosmos-sql

将 Web 应用更新为 cosmos-sql 连接。

az webapp connection update cosmos-sql [--appconfig-id]
                                       [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
                                       [--connection]
                                       [--customized-keys]
                                       [--id]
                                       [--name]
                                       [--no-wait]
                                       [--opt-out {auth, configinfo, publicnetwork}]
                                       [--private-endpoint {false, true}]
                                       [--resource-group]
                                       [--secret]
                                       [--service-endpoint {false, true}]
                                       [--service-principal]
                                       [--slot]
                                       [--system-identity]
                                       [--user-identity]
                                       [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update cosmos-sql -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update cosmos-sql --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update cosmos-table

将 Web 应用更新为 cosmos-table 连接。

az webapp connection update cosmos-table [--appconfig-id]
                                         [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
                                         [--connection]
                                         [--customized-keys]
                                         [--id]
                                         [--name]
                                         [--no-wait]
                                         [--opt-out {auth, configinfo, publicnetwork}]
                                         [--private-endpoint {false, true}]
                                         [--resource-group]
                                         [--secret]
                                         [--service-endpoint {false, true}]
                                         [--service-principal]
                                         [--slot]
                                         [--system-identity]
                                         [--user-identity]
                                         [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update cosmos-table -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update cosmos-table --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update eventhub

将 Web 应用更新到 eventhub 连接。

az webapp connection update eventhub [--appconfig-id]
                                     [--client-type {dotnet, dotnet-internal, go, java, kafka-springBoot, nodejs, none, python, springBoot}]
                                     [--connection]
                                     [--customized-keys]
                                     [--id]
                                     [--name]
                                     [--no-wait]
                                     [--opt-out {auth, configinfo, publicnetwork}]
                                     [--private-endpoint {false, true}]
                                     [--resource-group]
                                     [--secret]
                                     [--service-endpoint {false, true}]
                                     [--service-principal]
                                     [--slot]
                                     [--system-identity]
                                     [--user-identity]
                                     [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update eventhub -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update eventhub --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, kafka-springBoot, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update keyvault

将 Web 应用更新为 keyvault 连接。

az webapp connection update keyvault [--appconfig-id]
                                     [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
                                     [--connection]
                                     [--customized-keys]
                                     [--id]
                                     [--name]
                                     [--no-wait]
                                     [--opt-out {auth, configinfo, publicnetwork}]
                                     [--private-endpoint {false, true}]
                                     [--resource-group]
                                     [--service-endpoint {false, true}]
                                     [--service-principal]
                                     [--slot]
                                     [--system-identity]
                                     [--user-identity]
                                     [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update keyvault -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update keyvault --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update mysql

已放弃

此命令已弃用,将在将来的版本中删除。

将 Web 应用更新到 mysql 连接。

az webapp connection update mysql [--appconfig-id]
                                  [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
                                  [--config-connstr {false, true}]
                                  [--connection]
                                  [--customized-keys]
                                  [--id]
                                  [--name]
                                  [--no-wait]
                                  [--opt-out {auth, configinfo, publicnetwork}]
                                  [--private-endpoint {false, true}]
                                  [--resource-group]
                                  [--secret]
                                  [--service-endpoint {false, true}]
                                  [--slot]
                                  [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update mysql -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update mysql --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot
--config-connstr
预览

将配置存储到连接字符串中,只能与 dotnet client_type一起使用。

接受的值: false, true
默认值: False
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX

name :必需。 机密身份验证的用户名或帐户名称。机密:需要机密、机密 URI、机密名称>之一<。 机密身份验证的密码或帐户密钥。secret-uri:需要机密、机密 URI、机密名称>之一<。 用于存储密码的 Keyvault 机密 URI。 secret-name:需要机密、secret-uri、secret-name> 之一<。 存储密码的 Keyvault 机密名称。 仅适用于 AKS。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--slot

槽的名称。 如果未指定,则默认为生产槽。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update mysql-flexible

将 webapp 更新为 mysql 灵活连接。

az webapp connection update mysql-flexible [--appconfig-id]
                                           [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
                                           [--config-connstr {false, true}]
                                           [--connection]
                                           [--customized-keys]
                                           [--id]
                                           [--name]
                                           [--no-wait]
                                           [--opt-out {auth, configinfo, publicnetwork}]
                                           [--resource-group]
                                           [--secret]
                                           [--service-principal]
                                           [--slot]
                                           [--system-identity]
                                           [--user-identity]
                                           [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update mysql-flexible -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update mysql-flexible --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot
--config-connstr
预览

将配置存储到连接字符串中,只能与 dotnet client_type一起使用。

接受的值: false, true
默认值: False
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX

name :必需。 机密身份验证的用户名或帐户名称。机密:需要机密、机密 URI、机密名称>之一<。 机密身份验证的密码或帐户密钥。secret-uri:需要机密、机密 URI、机密名称>之一<。 用于存储密码的 Keyvault 机密 URI。 secret-name:需要机密、secret-uri、secret-name> 之一<。 存储密码的 Keyvault 机密名称。 仅适用于 AKS。

--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity mysql-identity-id=xx

mysql-identity-id :可选。 用于 MySQL 灵活服务器 AAD 身份验证的标识 ID。 如果你是服务器 AAD 管理员,请将其忽略。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update postgres

已放弃

此命令已弃用,将在将来的版本中删除。

将 Web 应用更新为 postgres 连接。

az webapp connection update postgres [--appconfig-id]
                                     [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
                                     [--config-connstr {false, true}]
                                     [--connection]
                                     [--customized-keys]
                                     [--id]
                                     [--name]
                                     [--no-wait]
                                     [--opt-out {auth, configinfo, publicnetwork}]
                                     [--private-endpoint {false, true}]
                                     [--resource-group]
                                     [--secret]
                                     [--service-endpoint {false, true}]
                                     [--service-principal]
                                     [--slot]
                                     [--system-identity]
                                     [--user-identity]
                                     [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update postgres -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update postgres --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot
--config-connstr
预览

将配置存储到连接字符串中,只能与 dotnet client_type一起使用。

接受的值: false, true
默认值: False
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX

name :必需。 机密身份验证的用户名或帐户名称。机密:需要机密、机密 URI、机密名称>之一<。 机密身份验证的密码或帐户密钥。secret-uri:需要机密、机密 URI、机密名称>之一<。 用于存储密码的 Keyvault 机密 URI。 secret-name:需要机密、secret-uri、secret-name> 之一<。 存储密码的 Keyvault 机密名称。 仅适用于 AKS。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update postgres-flexible

将 Web 应用更新为具有 postgres 灵活连接。

az webapp connection update postgres-flexible [--appconfig-id]
                                              [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
                                              [--config-connstr {false, true}]
                                              [--connection]
                                              [--customized-keys]
                                              [--id]
                                              [--name]
                                              [--no-wait]
                                              [--opt-out {auth, configinfo, publicnetwork}]
                                              [--resource-group]
                                              [--secret]
                                              [--service-principal]
                                              [--slot]
                                              [--system-identity]
                                              [--user-identity]
                                              [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update postgres-flexible -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update postgres-flexible --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot
--config-connstr
预览

将配置存储到连接字符串中,只能与 dotnet client_type一起使用。

接受的值: false, true
默认值: False
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX

name :必需。 机密身份验证的用户名或帐户名称。机密:需要机密、机密 URI、机密名称>之一<。 机密身份验证的密码或帐户密钥。secret-uri:需要机密、机密 URI、机密名称>之一<。 用于存储密码的 Keyvault 机密 URI。 secret-name:需要机密、secret-uri、secret-name> 之一<。 存储密码的 Keyvault 机密名称。 仅适用于 AKS。

--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update redis

将 Web 应用更新为 redis 连接。

az webapp connection update redis [--appconfig-id]
                                  [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
                                  [--connection]
                                  [--customized-keys]
                                  [--id]
                                  [--name]
                                  [--no-wait]
                                  [--opt-out {auth, configinfo, publicnetwork}]
                                  [--private-endpoint {false, true}]
                                  [--resource-group]
                                  [--secret]
                                  [--slot]
                                  [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update redis -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update redis --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update redis-enterprise

将 Web 应用更新为 redis-enterprise 连接。

az webapp connection update redis-enterprise [--appconfig-id]
                                             [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
                                             [--connection]
                                             [--customized-keys]
                                             [--id]
                                             [--name]
                                             [--no-wait]
                                             [--opt-out {auth, configinfo, publicnetwork}]
                                             [--resource-group]
                                             [--secret]
                                             [--slot]
                                             [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update redis-enterprise -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update redis-enterprise --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update servicebus

将 Web 应用更新到 servicebus 连接。

az webapp connection update servicebus [--appconfig-id]
                                       [--client-type {dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot}]
                                       [--connection]
                                       [--customized-keys]
                                       [--id]
                                       [--name]
                                       [--no-wait]
                                       [--opt-out {auth, configinfo, publicnetwork}]
                                       [--private-endpoint {false, true}]
                                       [--resource-group]
                                       [--secret]
                                       [--service-endpoint {false, true}]
                                       [--service-principal]
                                       [--slot]
                                       [--system-identity]
                                       [--user-identity]
                                       [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update servicebus -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update servicebus --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, go, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update signalr

将 Web 应用更新为信号器连接。

az webapp connection update signalr [--appconfig-id]
                                    [--client-type {dotnet, dotnet-internal, none}]
                                    [--connection]
                                    [--customized-keys]
                                    [--id]
                                    [--name]
                                    [--no-wait]
                                    [--opt-out {auth, configinfo, publicnetwork}]
                                    [--private-endpoint {false, true}]
                                    [--resource-group]
                                    [--secret]
                                    [--service-principal]
                                    [--slot]
                                    [--system-identity]
                                    [--user-identity]
                                    [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update signalr -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update signalr --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, none
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update sql

将 Web 应用更新到 sql 连接。

az webapp connection update sql [--appconfig-id]
                                [--client-type {django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot}]
                                [--config-connstr {false, true}]
                                [--connection]
                                [--customized-keys]
                                [--id]
                                [--name]
                                [--no-wait]
                                [--opt-out {auth, configinfo, publicnetwork}]
                                [--private-endpoint {false, true}]
                                [--resource-group]
                                [--secret]
                                [--service-endpoint {false, true}]
                                [--service-principal]
                                [--slot]
                                [--system-identity]
                                [--user-identity]
                                [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update sql -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update sql --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: django, dotnet, dotnet-internal, go, java, nodejs, none, php, python, ruby, springBoot
--config-connstr
预览

将配置存储到连接字符串中,只能与 dotnet client_type一起使用。

接受的值: false, true
默认值: False
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret name=XX secret=XX --secret name=XX secret-uri=XX --secret name=XX secret-name=XX

name :必需。 机密身份验证的用户名或帐户名称。机密:需要机密、机密 URI、机密名称>之一<。 机密身份验证的密码或帐户密钥。secret-uri:需要机密、机密 URI、机密名称>之一<。 用于存储密码的 Keyvault 机密 URI。 secret-name:需要机密、secret-uri、secret-name> 之一<。 存储密码的 Keyvault 机密名称。 仅适用于 AKS。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update storage-blob

将 Web 应用更新到 storage-blob 连接。

az webapp connection update storage-blob [--appconfig-id]
                                         [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
                                         [--connection]
                                         [--customized-keys]
                                         [--id]
                                         [--name]
                                         [--no-wait]
                                         [--opt-out {auth, configinfo, publicnetwork}]
                                         [--private-endpoint {false, true}]
                                         [--resource-group]
                                         [--secret]
                                         [--service-endpoint {false, true}]
                                         [--service-principal]
                                         [--slot]
                                         [--system-identity]
                                         [--user-identity]
                                         [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update storage-blob -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update storage-blob --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update storage-file

将 Web 应用更新为存储文件连接。

az webapp connection update storage-file [--appconfig-id]
                                         [--client-type {dotnet, dotnet-internal, java, nodejs, none, php, python, ruby, springBoot}]
                                         [--connection]
                                         [--customized-keys]
                                         [--id]
                                         [--name]
                                         [--no-wait]
                                         [--opt-out {auth, configinfo, publicnetwork}]
                                         [--private-endpoint {false, true}]
                                         [--resource-group]
                                         [--secret]
                                         [--service-endpoint {false, true}]
                                         [--slot]
                                         [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update storage-file -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update storage-file --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, php, python, ruby, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--slot

槽的名称。 如果未指定,则默认为生产槽。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update storage-queue

将 Web 应用更新为存储队列连接。

az webapp connection update storage-queue [--appconfig-id]
                                          [--client-type {dotnet, dotnet-internal, java, nodejs, none, python, springBoot}]
                                          [--connection]
                                          [--customized-keys]
                                          [--id]
                                          [--name]
                                          [--no-wait]
                                          [--opt-out {auth, configinfo, publicnetwork}]
                                          [--private-endpoint {false, true}]
                                          [--resource-group]
                                          [--secret]
                                          [--service-endpoint {false, true}]
                                          [--service-principal]
                                          [--slot]
                                          [--system-identity]
                                          [--user-identity]
                                          [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update storage-queue -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update storage-queue --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python, springBoot
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update storage-table

将 Web 应用更新为存储表连接。

az webapp connection update storage-table [--appconfig-id]
                                          [--client-type {dotnet, dotnet-internal, java, nodejs, none, python}]
                                          [--connection]
                                          [--customized-keys]
                                          [--id]
                                          [--name]
                                          [--no-wait]
                                          [--opt-out {auth, configinfo, publicnetwork}]
                                          [--private-endpoint {false, true}]
                                          [--resource-group]
                                          [--secret]
                                          [--service-endpoint {false, true}]
                                          [--service-principal]
                                          [--slot]
                                          [--system-identity]
                                          [--user-identity]
                                          [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update storage-table -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update storage-table --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-endpoint

按服务终结点连接目标服务。 源资源必须位于 VNet 中,目标 SKU 必须支持服务终结点功能。

接受的值: false, true
--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 webapp connection update webpubsub

将 Web 应用更新为 webpubsub 连接。

az webapp connection update webpubsub [--appconfig-id]
                                      [--client-type {dotnet, dotnet-internal, java, nodejs, none, python}]
                                      [--connection]
                                      [--customized-keys]
                                      [--id]
                                      [--name]
                                      [--no-wait]
                                      [--opt-out {auth, configinfo, publicnetwork}]
                                      [--private-endpoint {false, true}]
                                      [--resource-group]
                                      [--secret]
                                      [--service-principal]
                                      [--slot]
                                      [--system-identity]
                                      [--user-identity]
                                      [--vault-id]

示例

使用资源名称更新连接的客户端类型

az webapp connection update webpubsub -g WebAppRG -n MyWebApp --connection MyConnection --client-type dotnet

使用资源 ID 更新连接的客户端类型

az webapp connection update webpubsub --id /subscriptions/{subscription}/resourceGroups/{source_resource_group}/providers/Microsoft.Web/sites/{site}/providers/Microsoft.ServiceLinker/linkers/{linker} --client-type dotnet

可选参数

--appconfig-id

要存储配置的应用配置 ID。

--client-type

Web 应用上使用的客户端类型。

接受的值: dotnet, dotnet-internal, java, nodejs, none, python
--connection

Web 应用连接的名称。

--customized-keys

用于更改默认配置名称的自定义密钥。 键是原始名称,值为自定义名称。

--id

连接的资源 ID。 如果未指定“--id”,则需要 ['--resource-group'、'--name'、'--connection']。

--name -n

Web 应用的名称。 如果未指定“--id”,则为必需。没有。

--no-wait

不等待长时间运行的操作完成。

默认值: False
--opt-out

是否禁用某些配置步骤。 使用 configinfo 取消源上的配置信息更改。 使用 publicnetwork 禁用公用网络访问配置。使用身份验证跳过身份验证配置,例如启用托管标识和授予 RBAC 角色。

接受的值: auth, configinfo, publicnetwork
--private-endpoint

按专用终结点连接目标服务。 源虚拟网络中的专用终结点必须提前创建。

接受的值: false, true
--resource-group -g

包含 Web 应用的资源组。 如果未指定“--id”,则为必需。没有。

--secret

机密身份验证信息。

用法:--secret。

--service-principal

服务主体身份验证信息。

用法:--service-principal client-id=XX secret=XX

client-id :必需。 服务主体的客户端 ID。 object-id :可选。 服务主体的对象 ID(企业应用程序)。 secret :必需。 服务主体的机密。

--slot

槽的名称。 如果未指定,则默认为生产槽。

--system-identity

系统分配的标识身份验证信息。

用法:--system-identity。

--user-identity

用户分配的标识身份验证信息。

用法:--user-identity client-id=XX subs-id=XX

client-id :必需。 用户分配标识的客户端 ID。 subs-id:必需。 用户分配的标识的订阅 ID。

--vault-id

用于存储机密值的密钥保管库的 ID。

全局参数
--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 获取完整的调试日志。