Skip to content

Commit 379395c

Browse files
committed
fixed multi profile2
1 parent 6b3650b commit 379395c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,12 @@ For example, you have a Virtual Machine Scale Set and want to:
5252
In this example:
5353
+ The weekend profile starts at 00:01, Saturday morning and ends at 04:00 on Monday morning.
5454
+ 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.
55+
+ The default profile is irrelevant as there's no time that isn't covered by the other profiles.
5656

57+
>[!Note]
58+
> Creating a recurring profile with no end time is only supported via the portal.
59+
> If the end-time is not included in the CLI command, a default end-time of 23:59 will be implemented by creating a copy of the default profile with the naming convention `"name": {\"name\": \"Auto created default scale condition\", \"for\": \"<non-default profile name>\"}`
60+
5761
:::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":::
5862

5963
## Scale differently during specific events

0 commit comments

Comments
 (0)