diff --git a/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/CommonDefinitions.json b/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/CommonDefinitions.json index 7a55a64a0211..b02ed1b2c2e4 100644 --- a/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/CommonDefinitions.json +++ b/specification/web/resource-manager/Microsoft.Web/stable/2022-09-01/CommonDefinitions.json @@ -3505,6 +3505,12 @@ "minimum": 0, "type": "integer" }, + "ElasticWebAppScaleLimit": { + "format": "int32", + "description": "Maximum number of workers that a site can scale out to.\nThis setting only applies to apps in plans where ElasticScaleEnabled is true", + "minimum": 0, + "type": "integer" + }, "healthCheckPath": { "description": "Health check path", "type": "string"