Skip to content

Commit f17209d

Browse files
committed
updated weekend profile
1 parent e915ee9 commit f17209d

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,14 @@ The image below shows a scale rule that is scaling a Virtual Machine Scale Set b
4545
## Scale differently on weekends
4646

4747
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.
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 down to a fixed 1 instance on weekends when there's less traffic.
51+
52+
In this example:
53+
+ The end times are left blank. The weekday profile will end when the weekend profile starts and vice-versa.
54+
+ The weekend profile starts at 00:01, Saturday morning and ends at 04:00 on Monday morning.
55+
+ There is no need for a default profile as there is no time that is not 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

20.2 KB
Loading

0 commit comments

Comments
 (0)