az functionapp scale config
管理函数应用的缩放配置。
命令
| 名称 | 说明 | 类型 | Status |
|---|---|---|---|
| az functionapp scale config always-ready |
在缩放配置中管理始终就绪的设置。 |
Core | GA |
| az functionapp scale config always-ready delete |
删除缩放配置中的始终就绪设置。 |
Core | GA |
| az functionapp scale config always-ready set |
在缩放配置中添加或更新现有的始终就绪设置。 |
Core | GA |
| az functionapp scale config set |
更新现有函数应用的缩放配置。 |
Core | GA |
| az functionapp scale config show |
获取函数应用的规模配置的详细信息。 |
Core | GA |
az functionapp scale config set
更新现有函数应用的缩放配置。
az functionapp scale config set [--ids]
[--instance-memory]
[--maximum-instance-count]
[--name]
[--resource-group]
[--subscription]
[--trigger-settings]
[--trigger-type]
示例
设置函数应用的实例内存配置。
az functionapp scale config set --name MyFunctionApp --resource-group MyResourceGroup --instance-memory 2048
设置函数应用的最大实例计数配置。
az functionapp scale config set --name MyFunctionApp --resource-group MyResourceGroup --maximum-instance-count 5
设置函数应用的触发器配置。
az functionapp scale config set --name MyFunctionApp --resource-group MyResourceGroup --trigger-type http --trigger-settings perInstanceConcurrency=1
可选参数
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 |
实例内存大小(以 MB 为单位)。
最大实例数。
函数应用的名称。
| 属性 | 值 |
|---|---|
| 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 |
<name>=<value>格式的触发器类型的空格分隔设置。
触发器的类型。
全局参数
提高日志记录详细程度以显示所有调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
显示此帮助消息并退出。
仅显示错误,禁止显示警告。
| 属性 | 值 |
|---|---|
| 默认值: | False |
输出格式。
| 属性 | 值 |
|---|---|
| 默认值: | json |
| 接受的值: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/。
增加日志记录详细程度。 使用 --debug 获取完整的调试日志。
| 属性 | 值 |
|---|---|
| 默认值: | False |
az functionapp scale config show
获取函数应用的规模配置的详细信息。
az functionapp scale config show [--ids]
[--name]
[--resource-group]
[--subscription]
示例
获取函数应用的规模配置的详细信息。
az functionapp scale 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 |