Skip to content

Commit dc858e4

Browse files
authored
Merge pull request #42626 from ohadschn/patch-5
Update autoscale-custom-metric.md
2 parents fc44e17 + 9a8ccde commit dc858e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/platform/autoscale-custom-metric.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article assumes that you have a web app with application insights configure
3030
![Scale by custom metric][6]
3131
- Similar to the step above, add a scale rule that will scale in and decrease the scale count by 1 if the custom metric is below a threshold.
3232
![Scale based on cpu][7]
33-
- Set the you instance limits. For example, if you want to scale between 2-5 instances depending on the custom metric fluctuations, set 'minimum' to '2', 'maximum' to '5' and 'default' to '2'
33+
- Set the instance limits. For example, if you want to scale between 2-5 instances depending on the custom metric fluctuations, set 'minimum' to '2', 'maximum' to '5' and 'default' to '2'
3434
> Note: In case there is a problem reading the resource metrics and the current capacity is below the default capacity, then to ensure the availability of the resource, Autoscale will scale out to the default value. If the current capacity is already higher than default capacity, Autoscale will not scale in.
3535
- Click on 'Save'
3636

0 commit comments

Comments
 (0)