Linux Web App Site Config Args
Constructors
Properties
The URL to the API Definition for this Linux Web App.
The API Management API ID this Linux Web App is associated with.
The App command line to launch.
A application_stack
block as defined above.
A auto_heal_setting
block as defined above. Required with auto_heal
.
The Client ID of the Managed Service Identity to use for connections to the Azure Container Registry.
Should connections for Azure Container Registry use Managed Identity.
A cors
block as defined above.
Specifies a list of Default Documents for the Linux Web App.
The amount of time in minutes that a node can be unhealthy before being removed from the load balancer. Possible values are between 2
and 10
. Only valid in conjunction with health_check_path
.
The path to the Health Check.
Should the HTTP2 be enabled?
The Default action for traffic that does not match any ip_restriction
rule. possible values include Allow
and Deny
. Defaults to Allow
.
One or more ip_restriction
blocks as defined above.
The Site load balancing. Possible values include: WeightedRoundRobin
, LeastRequests
, LeastResponseTime
, WeightedTotalTraffic
, RequestHash
, PerSiteRoundRobin
. Defaults to LeastRequests
if omitted.
Use Local MySQL. Defaults to false
.
Managed pipeline mode. Possible values include Integrated
, and Classic
. Defaults to Integrated
.
The configures the minimum version of TLS required for SSL requests. Possible values include: 1.0
, 1.1
, 1.2
and 1.3
. Defaults to 1.2
.
Should Remote Debugging be enabled? Defaults to false
.
The Remote Debugging Version. Currently only VS2022
is supported.
The Default action for traffic that does not match any scm_ip_restriction
rule. possible values include Allow
and Deny
. Defaults to Allow
.
One or more scm_ip_restriction
blocks as defined above.
The configures the minimum version of TLS required for SSL requests to the SCM site Possible values include: 1.0
, 1.1
, and 1.2
. Defaults to 1.2
.
Should the Linux Web App ip_restriction
configuration be used for the SCM also.
Should the Linux Web App use a 32-bit worker? Defaults to true
.
Should all outbound traffic have NAT Gateways, Network Security Groups and User Defined Routes applied? Defaults to false
.
Should Web Sockets be enabled? Defaults to false
.
The number of Workers for this Linux App Service.