FunctionFlexConsumptionResourceConfiguration interface
Resource configuration instance for a Flex Consumption based Azure Function App.
Properties
| http |
HTTP Concurrency for the function app. |
| instance |
Memory size of the instance. Supported values are 2048, 4096. |
Property Details
httpConcurrency
HTTP Concurrency for the function app.
httpConcurrency?: number
Property Value
number
instanceMemoryMB
Memory size of the instance. Supported values are 2048, 4096.
instanceMemoryMB: number
Property Value
number