Function App Site Config Args
Constructors
Properties
The number of workers this function app can scale out to. Only applicable to apps on the Consumption and Premium plan.
The name of the slot to automatically swap to during deployment
A cors
block as defined below.
The version of the .NET framework's CLR used in this function app. Possible values are v4.0
(including .NET Core 2.1 and 3.1), v5.0
and v6.0
. For more information on which .NET Framework version to use based on the runtime version you're targeting - please see this table. Defaults to v4.0
.
The number of minimum instances for this function app. Only affects apps on the Premium plan. Possible values are between 1
and 20
.
Path which will be checked for this function app health.
Specifies whether or not the HTTP2 protocol should be enabled. Defaults to false
.
A list of ip_restriction
objects representing IP restrictions as defined below.
Java version hosted by the function app in Azure. Possible values are 1.8
, 11
&17
(In-Preview).
Linux App Framework and version for the AppService, e.g. DOCKER|(golang:latest)
.
The minimum supported TLS version for the function app. Possible values are 1.0
, 1.1
, and 1.2
. Defaults to 1.2
for new function apps.
The number of pre-warmed instances for this function app. Only affects apps on the Premium plan.
Should Runtime Scale Monitoring be enabled?. Only applicable to apps on the Premium plan. Defaults to false
.
A list of scm_ip_restriction
objects representing IP restrictions as defined below.
IP security restrictions for scm to use main. Defaults to false
.
Should the Function App run in 32 bit mode, rather than 64 bit mode? Defaults to true
.
Should WebSockets be enabled?