App Service Site Config
Constructors
Types
Properties
The version of the .NET framework's CLR used in this App Service. Possible values are v2.0
(which will use the latest version of the .NET framework for the .NET CLR v2 - currently .net 3.5
), v4.0
(which corresponds to the latest version of the .NET CLR v4 - which at the time of writing is .net 4.7.1
), v5.0
and v6.0
. For more information on which .NET CLR version to use based on the .NET framework you're targeting - please see this table. Defaults to v4.0
.
The health check path to be pinged by App Service. For more information - please see App Service health check announcement.
The scaled number of workers (for per site scaling) of this App Service. Requires that per_site_scaling
is enabled on the azure.appservice.Plan
. For more information - please see Microsoft documentation on high-density hosting.
A List of objects representing IP restrictions as defined below.