Skip to content

Commit 3825a2d

Browse files
authored
Update AppServicePlan.json with preoperty (#14388)
Adding ElasticScaleEnabled to ASP object!
1 parent 4dd5d8e commit 3825a2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

specification/web/resource-manager/Microsoft.Web/stable/2021-01-01/AppServicePlans.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,10 @@
15091509
"default": false,
15101510
"type": "boolean"
15111511
},
1512+
"elasticScaleEnabled": {
1513+
"description": "ServerFarm supports ElasticScale. Apps in this plan will scale as if the ServerFarm was ElasticPremium sku",
1514+
"type": "boolean"
1515+
},
15121516
"maximumElasticWorkerCount": {
15131517
"format": "int32",
15141518
"description": "Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan",

0 commit comments

Comments
 (0)