Share via


FunctionAppScaleAndConcurrency.FunctionAppInstanceMemoryMB Property

Definition

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

public Azure.Provisioning.BicepValue<int> FunctionAppInstanceMemoryMB { get; set; }
member this.FunctionAppInstanceMemoryMB : Azure.Provisioning.BicepValue<int> with get, set
Public Property FunctionAppInstanceMemoryMB As BicepValue(Of Integer)

Property Value

Applies to