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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,12 @@ ms.reviewer: akkumari
12
12
13
13
Autoscale settings help ensure that you have the right amount of resources running to handle the fluctuating load of your application. You can configure autoscale settings to be triggered based on metrics that indicate load or performance, or triggered at a scheduled date and time.
14
14
15
-
Azure autoscale supports many resource types. For more information about supported resources, see [autoscale supported resources](./autoscale-overview.md/#supported-services-for-autoscale).
15
+
Azure autoscale supports many resource types. For more information about supported resources, see [autoscale supported resources](./autoscale-overview/#supported-services-for-autoscale).
16
16
17
17
This article describes some of the common patterns you can use to scale your resources in Azure.
18
18
## Prerequisites
19
19
20
-
This article assumes that you're familiar with auto scale.[Get started here to scale your resource](./autoscale-get-started.md).
20
+
This article assumes that you're familiar with auto scale.[Get started here to scale your resource](./autoscale-get-started.md).
21
21
22
22
## Scale based on metrics
23
23
@@ -41,11 +41,11 @@ The image below shows a scale rule that is scaling a Virtual Machine Scale Set b
41
41
42
42
:::image type="content" source="./media/autoscale-common-scale-patterns/scale-rule-other-resource.png" alt-text="A screenshot showing autoscale rule based on load balancer metrics." lightbox="./media/autoscale-common-scale-patterns/scale-rule-other-resource.png":::
43
43
44
-
## Scale differently on weekdays vs weekends
44
+
## Scale differently on weekends
45
45
46
-
You can scale your resources differently on different days of the week or on specific dates.
46
+
You can scale your resources differently on different days of the week..
47
47
For example, you have a web app and want to:
48
-
- Set a minimum of 3 instances on weekdays
48
+
- Set a minimum of 3 instances on weekdays.
49
49
- Scale down to 1 instance on weekends when there's less traffic.
50
50
51
51
:::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":::
@@ -57,7 +57,7 @@ For example:
57
57
- Set a minimum of 3 instances by default
58
58
- For the week of Back Friday, set the minimum number of instances to 10 to handle the anticipated traffic.
59
59
60
-
:::image type="content" source="./media/autoscale-common-scale-patterns/scale-for-holiday.png" alt-text="A screenshot showing two autoscale profiles, one default and one for a specific date range." lightbox="./media/autoscale-common-scale-patterns/scale-for-holiday.png":::
60
+
:::image type="content" source="./media/autoscale-common-scale-patterns/scale-for-event.png" alt-text="A screenshot showing two autoscale profiles, one default and one for a specific date range." lightbox="./media/autoscale-common-scale-patterns/scale-for-event.png":::
61
61
62
62
## Scale based on custom metric
63
63
Scale by custom metrics generated by your application.
0 commit comments