Standard Site Config Args
Constructors
Properties
The number of workers this Logic App can scale out to. Only applicable to apps on the Consumption and Premium plan.
The Auto-swap slot name.
A cors
block as defined below.
The version of the .NET framework's CLR used in this Logic App Possible values are v4.0
(including .NET Core 2.1 and 3.1), v5.0
, v6.0
and v8.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 Logic App Only affects apps on the Premium plan.
Path which will be checked for this Logic App health.
Specifies whether the HTTP2 protocol should be enabled. Defaults to false
.
A list of ip_restriction
objects representing IP restrictions as defined below.
Linux App Framework and version for the App Service, e.g. DOCKER|(golang:latest)
. Setting this value will also set the kind
of application deployed to functionapp,linux,container,workflowapp
.
The minimum supported TLS version for the Logic App. Possible values are 1.0
, 1.1
, and 1.2
. Defaults to 1.2
for new Logic Apps.
The number of pre-warmed instances for this Logic 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 SCM IP restrictions as defined below.
Configures the minimum version of TLS required for SSL requests to the SCM site. Possible values are 1.0
, 1.1
and 1.2
.
Should the Logic App ip_restriction
configuration be used for the SCM too. Defaults to false
.
Should the Logic App run in 32 bit mode, rather than 64 bit mode? Defaults to true
.
Should all outbound traffic to have Virtual Network Security Groups and User Defined Routes applied.
Should WebSockets be enabled?