Skip to content

Commit

Permalink
Add definition for ElasticWebAppScaleLimit
Browse files Browse the repository at this point in the history
  • Loading branch information
jocawtho committed Feb 28, 2023
1 parent 1b35285 commit ef079c8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>true</code>",
"minimum": 0,
"type": "integer"
},
"healthCheckPath": {
"description": "Health check path",
"type": "string"
Expand Down

0 comments on commit ef079c8

Please sign in to comment.