Skip to content

Commit 915e942

Browse files
committed
fixes2
1 parent bd9e322 commit 915e942

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: conceptual
77
ms.date: 11/02/2022
88
ms.subservice: autoscale
99
ms.custom: ignite-2022
10-
ms.author: edbayansh
10+
ms.author: edbaynash
1111
ms.reviewer: akkumari
1212

1313
---
@@ -129,7 +129,7 @@ There are three types of autoscale profiles:
129129
- **Default profile:** Use the default profile if you don’t need to scale your resource based on a particular date and time, or day of the week, use a regular or default profile. You can only have one default profile. The sample profile used above is an example of a default profile.
130130
- **Fixed date profile:** This profile is relevant for a single date and time. Use the fixed date profile to set scaling rules for a specific event. The profile runs only on the event’s date and time. For all other times, autoscale uses the default profile.
131131

132-
```json
132+
```json
133133
...
134134
"profiles": [
135135
{
@@ -162,7 +162,7 @@ There are three types of autoscale profiles:
162162

163163
The partial schema example below shows a recurring profile, starting at 06:00 and ending at 19:00 on Saturdays and Sundays. The default profile has been modified to start at 19:00 on Saturdays and Sundays.
164164

165-
``` JSON
165+
``` JSON
166166
{
167167
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
168168
"contentVersion": "1.0.0.0",
@@ -238,8 +238,9 @@ The partial schema example below shows a recurring profile, starting at 06:00 an
238238
}
239239

240240
```
241-
## Autoscale evaluation
242241

242+
## Autoscale evaluation
243+
243244
Autoscale settings can have multiple profiles. Each profile can have multiple metric rules. Each time the autoscale job runs, it begins by choosing the applicable profile for that time. Then autoscale 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.
244245

245246
### Which profile will autoscale use?

0 commit comments

Comments
 (0)