Skip to content

Commit d3a6501

Browse files
brhamilton529KarlErickson
authored andcommitted
png update and acrolinx
1 parent b42b15b commit d3a6501

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
295 KB
Loading

articles/spring-apps/quickstart-apps-autoscale.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article describes how to set up autoscale rules for your applications in Az
1717

1818
- Supports all the scaling rules that Azure Container Apps supports.
1919

20-
For more information see [Azure Container Apps documentation](/azure/container-apps/).
20+
For more information, see [Azure Container Apps documentation](/azure/container-apps/).
2121

2222
## Prerequisites
2323

@@ -31,22 +31,22 @@ For more information see [Azure Container Apps documentation](/azure/container-a
3131

3232
Scaling is defined by the combination of limits and rules.
3333

34-
- Limits are the minimum and maximum number of instances that your spring app will allow.
34+
- Limits are the minimum and maximum number of instances that your Spring allows.
3535

3636
| Scale limit | Default value | Min value | Max value |
3737
|-------------------------------------------|---------------|-----------|-----------|
38-
| 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 |
4040

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.
4242

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).
4444

4545
If you define more than one scale rule, the autoscaling begins when the first condition of any rule is met.
4646

4747
- 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.
5050

5151
## Set up autoscale settings
5252

0 commit comments

Comments
 (0)