Skip to content

Commit fb2d39b

Browse files
author
Jason Freeberg
authored
Update configure-language-java.md
1 parent 8abb861 commit fb2d39b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

articles/app-service/configure-language-java.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,10 +1139,13 @@ The Premium V3 and Isolated V2 App Service Plan types can optionally be distribu
11391139
11401140
#### Auto-Scale Rules
11411141
1142-
When configuring auto-scaling:
1143-
- Ensure stability of the cluster
1144-
- Set removal to **one** instance at a time
1145-
- Remmoval interval should be 5 min or greater
1142+
When configuring auto-scale rules for horizontal scaling it is important to remove instances incrementally (one at a time) to ensure each removed instance can transfer its activity (such as handling a database transaction) to another member of the cluster. When configuring your autoscale rules in the Portal to scale down, use the following options:
1143+
1144+
- **Operation**: "Decrease count by"
1145+
- **Cool down**: "5 minutes" or greater
1146+
- **Instance count**: 1
1147+
1148+
You do not need to incrementally add instances (scaling out), you can add multiple instances to the cluster at a time.
11461149
11471150
### JBoss EAP App Service Plans
11481151

0 commit comments

Comments
 (0)