Cloud.Service.Azure.App.Service.Plan
{
"kind": "string",
"maximum_number_of_workers": 0,
"name": "string",
"properties": [
{
"app_service_environment_id": "string",
"per_site_scaling": false,
"reserved": false
}
],
"provider": "string",
"region": "string",
"resource_group_name": "string",
"sku": [
{
"capacity": 0,
"size": "string",
"tier": "string"
}
]
}
Type of plan: Windows (also available as App), Linux, or FunctionApp (for a consumption plan). Default is Windows. Changing the kind deletes the existing resource and creates a new one.
Maximum number of workers supported by the plan SKU.
(Required) Name to give the plan component. Changing the name deletes the existing resource and creates a new one.
The Properties property for this resource
(Required) The name of the Microsoft Azure cloud account to use for this resource
(Required) Supported Azure location where the resource exists. Changing the location deletes the existing resource and creates a new one.
(Required) Resource group in which to create the plan component.
(Required) Settings for the App Service plan stockkeeping unit (SKU).
Plan categorization, in case-sensitive key names, or in key-value pairs.