We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd5d8e commit 3825a2dCopy full SHA for 3825a2d
specification/web/resource-manager/Microsoft.Web/stable/2021-01-01/AppServicePlans.json
@@ -1509,6 +1509,10 @@
1509
"default": false,
1510
"type": "boolean"
1511
},
1512
+ "elasticScaleEnabled": {
1513
+ "description": "ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku",
1514
+ "type": "boolean"
1515
+ },
1516
"maximumElasticWorkerCount": {
1517
"format": "int32",
1518
"description": "Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan",
0 commit comments