az functionapp deployment config
管理函数应用的部署配置。
命令
| 名称 | 说明 | 类型 | Status |
|---|---|---|---|
| az functionapp deployment config set |
更新现有函数应用的部署配置。 |
Core | GA |
| az functionapp deployment config show |
获取函数应用的部署配置的详细信息。 |
Core | GA |
az functionapp deployment config set
更新现有函数应用的部署配置。
az functionapp deployment config set [--deployment-storage-auth-type --dsat {StorageAccountConnectionString, SystemAssignedIdentity, UserAssignedIdentity}]
[--deployment-storage-auth-value --dsav]
[--deployment-storage-container-name --dscn]
[--deployment-storage-name --dsn]
[--ids]
[--name]
[--resource-group]
[--subscription]
示例
设置函数应用的部署存储。
az functionapp deployment config set --name MyFunctionApp --resource-group MyResourceGroup --deployment-storage-name MyStorageAccount --deployment-storage-container-name MyStorageContainer
设置函数应用的部署存储身份验证方法。
az functionapp deployment config set --name MyFunctionApp --resource-group MyResourceGroup --deployment-storage-auth-type userAssignedIdentity --deployment-storage-auth-value myAssignedId
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
部署存储帐户身份验证类型。
| 属性 | 值 |
|---|---|
| 接受的值: | StorageAccountConnectionString, SystemAssignedIdentity, UserAssignedIdentity |
部署存储帐户身份验证值。 对于用户分配的托管标识身份验证类型,这应该是用户分配的标识资源 ID。对于存储帐户连接字符串身份验证类型,这应该是将包含存储帐户连接字符串的应用设置的名称。 对于系统分配的托管标识身份验证类型,此参数不适用,应留空。
部署存储帐户容器名称。
部署存储帐户名称。
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
函数应用的名称。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az functionapp deployment config show
获取函数应用的部署配置的详细信息。
az functionapp deployment config show [--ids]
[--name]
[--resource-group]
[--subscription]
示例
获取函数应用的部署配置的详细信息。
az functionapp deployment config show --name MyFunctionApp --resource-group MyResourceGroup
可选参数
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
函数应用的名称。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
资源组的名称。 可以使用 az configure --defaults group=<name>配置默认组。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。
| 属性 | 值 |
|---|---|
| Parameter group: | Resource Id Arguments |
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |