You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Minimum number of instance per deployment | 1 | 0 | 30 |
39
-
| Maximum number of instance per deployment | 10 | 1 | 30 |
38
+
| Minimum number of instances per deployment | 1 | 0 | 30 |
39
+
| Maximum number of instances per deployment | 10 | 1 | 30 |
40
40
41
-
By default, the minimum instance number of your spring application is set to 1 to ensure that your deployment is always running. If you want to scale in to zero, you can set the minimum instance count to zero.
41
+
By default, the minimum instance number of your Spring application is set to 1 to ensure that your deployment is always running. If you want to scale in to zero, you can set the minimum instance count to zero.
42
42
43
-
- Rules are the criteria that the autoscaling abide by to add or remove instances. The scale rules include HTTP, TCP, and Custom rules as described in [Set scaling rules in Azure Container Apps](/azure/container-apps/scale-app?pivots=azure-cli#scale-rules).
43
+
- Rules are the criteria that the autoscaling abides by to add or remove instances. The scale rules include HTTP, TCP, and Custom rules as described in [Set scaling rules in Azure Container Apps](/azure/container-apps/scale-app?pivots=azure-cli#scale-rules).
44
44
45
45
If you define more than one scale rule, the autoscaling begins when the first condition of any rule is met.
46
46
47
47
- The polling interval and cooldown period are two time spans that occur during autoscaling.
48
-
- The polling interval defines the time span between each polling action of realtime data as defined by your rules. The polling interval is set to 30 seconds by default.
49
-
- The cooldown period applies only when scaling to zero, for example, to wait five minutes after the last time autoscaling checked the message queue and it was empty.
48
+
- The polling interval defines the time span between each polling action of real time data as defined by your rules. The polling interval is set to 30 seconds by default.
49
+
- The cooldown period applies only when scaling to zero. For example, to wait five minutes after the last time autoscaling checked the message queue and it was empty.
0 commit comments