Skip to content

Commit 7da8e00

Browse files
authored
Apply suggestions from code review
Added periods at the end of alt text. Corrected sentence casing of heading.
1 parent a8e1c4c commit 7da8e00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/autoscale/autoscale-flapping.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For example, the following rules where there's no margin between thresholds, cau
5353
* Scale out when thread count >=600
5454
* Scale in when thread count < 600
5555

56-
:::image type="content" source="./media/autoscale-flapping/autoscale-flapping-example-2.png" alt-text="A screenshot showing autoscale rules with scale out when thread count is greater than or equal to 600 and scale in when thread count less than 600":::
56+
:::image type="content" source="./media/autoscale-flapping/autoscale-flapping-example-2.png" alt-text="A screenshot showing autoscale rules with scale out when thread count is greater than or equal to 600 and scale in when thread count less than 600.":::
5757

5858
The table below shows a potential outcome of these autoscale rules:
5959

@@ -76,7 +76,7 @@ Setting an adequate margin between thresholds avoids the above scenario. For exa
7676
* Scale out when thread count >=600
7777
* Scale in when thread count < 400
7878

79-
:::image type="content" source="./media/autoscale-flapping/autoscale-flapping-example-3.png" alt-text="A screenshot showing autoscale rules with scale out when thread count greater than or equal to 600 and scale in when thread count less than 400" lightbox:::
79+
:::image type="content" source="./media/autoscale-flapping/autoscale-flapping-example-3.png" alt-text="A screenshot showing autoscale rules with scale out when thread count greater than or equal to 600 and scale in when thread count less than 400." lightbox:::
8080

8181
If the scale-in thread count is 400, the total thread count would have to drop to below 1200 before a scale event would take place. See the table below.
8282

@@ -166,7 +166,7 @@ Below is an example of an activity log record for flapping:
166166
}
167167
````
168168

169-
## Next Steps
169+
## Next steps
170170

171171
To learn more about autoscale, see the following resources:
172172

0 commit comments

Comments
 (0)