You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/autoscale/autoscale-common-scale-patterns.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,10 +44,15 @@ The image below shows a scale rule that is scaling a Virtual Machine Scale Set b
44
44
45
45
## Scale differently on weekends
46
46
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.
51
56
52
57
:::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":::
53
58
@@ -68,7 +73,7 @@ For example, you have a web front end and an API tier that communicates with the
68
73
69
74
Next steps
70
75
71
-
Learn more about autoscale by referring to the following articles:
76
+
Learn more about autoscale by referring to the following articles:
72
77
73
78
*[Azure Monitor autoscale common metrics](./autoscale-common-metrics.md)
0 commit comments