Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the horizontal auto scaling mechanism that adds or removes replicas (containers or container groups).
Properties
Name | Type | Required |
---|---|---|
minCount |
integer | Yes |
maxCount |
integer | Yes |
scaleIncrement |
integer | Yes |
minCount
Type: integer
Required: Yes
Minimum number of containers (scale down won't be performed below this number).
maxCount
Type: integer
Required: Yes
Maximum number of containers (scale up won't be performed above this number).
scaleIncrement
Type: integer
Required: Yes
Each time auto scaling is performed, this number of containers will be added or removed.