Skip to content

Commit

Permalink
Updated AppGW Autoscale Configuration (#3838)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysngupta authored and jianghaolu committed Sep 10, 2018
1 parent 2bcec07 commit 0179f86
Showing 1 changed file with 6 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1839,34 +1839,18 @@
},
"ApplicationGatewayAutoscaleConfiguration": {
"properties": {
"bounds": {
"$ref": "#/definitions/ApplicationGatewayAutoscaleBounds",
"description": "Autoscale bounds"
}
},
"required": [
"bounds"
],
"description": "Application Gateway autoscale configuration."
},
"ApplicationGatewayAutoscaleBounds": {
"properties": {
"min": {
"type": "integer",
"format": "int32",
"description": "Lower bound on number of Application Gateway instances."
},
"max": {
"minCapacity": {
"type": "integer",
"format": "int32",
"description": "Upper bound on number of Application Gateway instances."
"minimum": 2,
"exclusiveMinimum": false,
"description": "Lower bound on number of Application Gateway instances"
}
},
"required": [
"min",
"max"
"minCapacity"
],
"description": "Application Gateway autoscale bounds on number of Application Gateway instance."
"description": "Application Gateway autoscale configuration."
},
"ApplicationGatewayConnectionDraining": {
"properties": {
Expand Down

0 comments on commit 0179f86

Please sign in to comment.