Skip to content

Commit 0a647f5

Browse files
authored
Merge pull request #224840 from EdB-MSFT/autoscale-weekend-profile
updated weekend profile
2 parents fda3407 + 99804b5 commit 0a647f5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

articles/azure-monitor/autoscale/autoscale-common-scale-patterns.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,15 @@ The image below shows a scale rule that is scaling a Virtual Machine Scale Set b
4444

4545
## Scale differently on weekends
4646

47-
You can scale your resources differently on different days of the week..
48-
For example, you have a web app and want to:
49-
- Set a minimum of 3 instances on weekdays.
50-
- Scale down to 1 instance on weekends when there's less traffic.
47+
You can scale your resources differently on different days of the week.
48+
For example, you have a Virtual Machine Scale Set and want to:
49+
- Set a minimum of 3 instances on weekdays, scaling based on inbound flows.
50+
- Scale-in to a fixed 1 instance on weekends when there's less traffic.
51+
52+
In this example:
53+
+ The weekend profile starts at 00:01, Saturday morning and ends at 04:00 on Monday morning.
54+
+ The end times are left blank. The weekday profile will end when the weekend profile starts and vice-versa.
55+
+ There's no need for a default profile as there's no time that isn't covered by the other profiles.
5156

5257
:::image type="content" source="./media/autoscale-common-scale-patterns/scale-differently-on-weekends.png" alt-text="A screenshot showing two autoscale profiles, one default and one for weekends." lightbox="./media/autoscale-common-scale-patterns/scale-differently-on-weekends.png":::
5358

@@ -68,7 +73,7 @@ For example, you have a web front end and an API tier that communicates with the
6873

6974
Next steps
7075

71-
Learn more about autoscale by referring to the following articles :
76+
Learn more about autoscale by referring to the following articles:
7277

7378
* [Azure Monitor autoscale common metrics](./autoscale-common-metrics.md)
7479
* [Azure Monitor autoscale custom metrics](./autoscale-custom-metric.md)
20.2 KB
Loading

0 commit comments

Comments
 (0)