FunctionAppScaleAndConcurrency.InstanceMemoryMB 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<float> InstanceMemoryMB { get; set; }
member this.InstanceMemoryMB : Azure.Provisioning.BicepValue<single> with get, set
Public Property InstanceMemoryMB As BicepValue(Of Single)

Property Value

Applies to