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 int? FunctionAppInstanceMemoryMB { get; set; }
member this.FunctionAppInstanceMemoryMB : Nullable<int> with get, set
Public Property FunctionAppInstanceMemoryMB As Nullable(Of Integer)

Property Value

Applies to