Skip to content

Commit 998d94d

Browse files
committed
updated images
1 parent a39fe42 commit 998d94d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ ms.reviewer: akkumari
1212

1313
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.
1414

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).
1616

1717
This article describes some of the common patterns you can use to scale your resources in Azure.
1818
## Prerequisites
1919

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).
2121

2222
## Scale based on metrics
2323

@@ -41,11 +41,11 @@ The image below shows a scale rule that is scaling a Virtual Machine Scale Set b
4141

4242
:::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":::
4343

44-
## Scale differently on weekdays vs weekends
44+
## Scale differently on weekends
4545

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..
4747
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.
4949
- Scale down to 1 instance on weekends when there's less traffic.
5050

5151
:::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:
5757
- Set a minimum of 3 instances by default
5858
- For the week of Back Friday, set the minimum number of instances to 10 to handle the anticipated traffic.
5959

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":::
6161

6262
## Scale based on custom metric
6363
Scale by custom metrics generated by your application.

0 commit comments

Comments
 (0)