Skip to content

Commit ad2f68a

Browse files
committed
updated cooldown period
1 parent d1d36e9 commit ad2f68a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/azure-monitor/autoscale/autoscale-get-started.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get started with autoscale in Azure
33
description: "Learn how to scale your resource web app, cloud service, virtual machine, or Virtual Machine Scale Set in Azure."
44
ms.author: edbaynash
55
ms.topic: conceptual
6-
ms.date: 04/10/2023
6+
ms.date: 11/29/2023
77
---
88
# Get started with autoscale in Azure
99

@@ -75,7 +75,7 @@ Follow the steps below to create your first autoscale setting.
7575

7676
:::image type="content" source="./media/autoscale-get-started/instance-limits.png" lightbox="./media/autoscale-get-started/instance-limits.png" alt-text="A screenshot showing the configure tab of the autoscale setting page with configured rules.":::
7777

78-
You have successfully created your first scale setting to autoscale your web app based on CPU usage. When CPU usage is greater than 70%, an additional instance is added, up to a maximum of 3 instances. When CPU usage is below 20%, an instance is removed up to a minimum of 1 instance. By default there will be 1 instance.
78+
You have successfully created your first scale setting to autoscale your web app based on CPU usage. When CPU usage is greater than 70%, an additional instance is added, up to a maximum of 3 instances. When CPU usage is below 20%, an instance is removed up to a minimum of 1 instance. By default there will be 1 instance.
7979

8080
## Scheduled scale conditions
8181

@@ -121,7 +121,7 @@ You have now defined a scale condition for a specific day. When CPU usage is gre
121121

122122
### View the history of your resource's scale events
123123

124-
Whenever your resource has any scaling event, it is logged in the activity log. You can view the history of the scale events in the **Run history** tab.
124+
Whenever your resource has any scaling event, it's logged in the activity log. You can view the history of the scale events in the **Run history** tab.
125125

126126
:::image type="content" source="./media/autoscale-get-started/run-history.png" lightbox="./media/autoscale-get-started/run-history.png" alt-text="A screenshot showing the run history tab in autoscale settings.":::
127127

@@ -135,7 +135,7 @@ You can make changes in JSON directly, if necessary. These changes will be refle
135135

136136
### Cool-down period effects
137137

138-
Autoscale uses a cool-down period with is the amount of time to wait after a scale operation before scaling again. For example, if the cooldown is 10 minutes, Autoscale won't attempt to scale again until 10 minutes after the previous scale action. The cooldown period allows the metrics to stabilize and avoids scaling more than once for the same condition. For more information, see [Autoscale evaluation steps](autoscale-understanding-settings.md#autoscale-evaluation).
138+
Autoscale uses a cool-down period. This period is the amount of time to wait after a scale operation before scaling again. The cool-down period allows the metrics to stabilize and avoids scaling more than once for the same condition. Cool-down applies to both scale-in and scale-out events. For example, if the cooldown is set to 10 minutes and Autoscale has just scaled-in, Autoscale won't attempt to scale again for another 10 minutes in either direction. For more information, see [Autoscale evaluation steps](autoscale-understanding-settings.md#autoscale-evaluation).
139139

140140
### Flapping
141141

articles/azure-monitor/autoscale/autoscale-understanding-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article explains autoscale settings, how they work, and how th
44
author: EdB-MSFT
55
ms.service: azure-monitor
66
ms.topic: conceptual
7-
ms.date: 11/02/2022
7+
ms.date: 11/29/2023
88
ms.subservice: autoscale
99
ms.custom: ignite-2022
1010
ms.author: edbaynash
@@ -120,7 +120,7 @@ The following table describes the elements in the preceding autoscale setting's
120120
| rule | scaleAction | Action |The action to take when the metricTrigger of the rule is triggered. |
121121
| scaleAction | direction | Operation |"Increase" to scale out, or "Decrease" to scale in.|
122122
| scaleAction | value |Instance count |How much to increase or decrease the capacity of the resource. |
123-
| scaleAction | cooldown | Cool down (minutes)|The amount of time to wait after a scale operation before scaling again. For example, if **cooldown = "PT10M"**, autoscale doesn't attempt to scale again for another 10 minutes. The cooldown is to allow the metrics to stabilize after the addition or removal of instances. |
123+
| scaleAction | cooldown | Cool down (minutes)|The amount of time to wait after a scale operation before scaling again. The cooldown period comes into effect after a scale-in or a scale-out event. For example, if **cooldown = "PT10M"**, autoscale doesn't attempt to scale again for another 10 minutes. The cooldown is to allow the metrics to stabilize after the addition or removal of instances. |
124124

125125
## Autoscale profiles
126126

@@ -242,7 +242,7 @@ There are three types of autoscale profiles:
242242

243243
## Autoscale evaluation
244244

245-
Autoscale settings can have multiple profiles. Each profile can have multiple rules. Each time the autoscale job runs, it begins by choosing the applicable profile for that time. Autoscale then evaluates the minimum and maximum values, any metric rules in the profile, and decides if a scale action is necessary. The autoscale job runs every 30 to 60 seconds, depending on the resource type.
245+
Autoscale settings can have multiple profiles. Each profile can have multiple rules. Each time the autoscale job runs, it begins by choosing the applicable profile for that time. Autoscale then evaluates the minimum and maximum values, any metric rules in the profile, and decides if a scale action is necessary. The autoscale job runs every 30 to 60 seconds, depending on the resource type. After a scale action occurs, the autoscale job waits for the cooldown period before it scales again. The cooldown period applies to both scale-out and scale-in actions.
246246

247247
### Which profile will autoscale use?
248248

0 commit comments

Comments
 (0)