FunctionsScaleAndConcurrency interface

Scale and concurrency settings for the function app.

Properties

alwaysReady

'Always Ready' configuration for the function app.

instanceMemoryMB

Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.

maximumInstanceCount

The maximum number of instances for the function app.

triggers

Scale and concurrency settings for the function app triggers.

Property Details

alwaysReady

'Always Ready' configuration for the function app.

alwaysReady?: FunctionsAlwaysReadyConfig[]

Property Value

instanceMemoryMB

Set the amount of memory allocated to each instance of the function app in MB. CPU and network bandwidth are allocated proportionally.

instanceMemoryMB?: number

Property Value

number

maximumInstanceCount

The maximum number of instances for the function app.

maximumInstanceCount?: number

Property Value

number

triggers

Scale and concurrency settings for the function app triggers.

triggers?: FunctionsScaleAndConcurrencyTriggers

Property Value