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

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.

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

属性
Parameter group: Resource Id Arguments
--instance-memory

实例内存大小(以 MB 为单位)。

--maximum-instance-count

最大实例数。

--name -n

函数应用的名称。

属性
Parameter group: Resource Id Arguments
--resource-group -g

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

属性
Parameter group: Resource Id Arguments
--subscription

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

属性
Parameter group: Resource Id Arguments
--trigger-settings

<name>=<value>格式的触发器类型的空格分隔设置。

--trigger-type

触发器的类型。

全局参数
--debug

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

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

属性
默认值: False
--output -o

输出格式。

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

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

--verbose

增加日志记录详细程度。 使用 --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.

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“Resource Id”参数的所有信息的完整资源 ID。 应提供 --ids 或其他“Resource Id”参数。

属性
Parameter group: Resource Id Arguments
--name -n

函数应用的名称。

属性
Parameter group: Resource Id Arguments
--resource-group -g

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

属性
Parameter group: Resource Id Arguments
--subscription

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

属性
Parameter group: Resource Id Arguments
全局参数
--debug

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

属性
默认值: False
--help -h

显示此帮助消息并退出。

--only-show-errors

仅显示错误,禁止显示警告。

属性
默认值: False
--output -o

输出格式。

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

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

--verbose

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

属性
默认值: False