Skip to content

Commit cb94aec

Browse files
committed
WIP2
1 parent ee18a75 commit cb94aec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/azure-monitor/autoscale/autoscale-multiprofile.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Follow the rules below when using ARM templates to create autoscale settings wit
6161

6262
See the autoscale section of the [ARM template resource definition](https://learn.microsoft.com/azure/templates/microsoft.insights/autoscalesettings) for a full template reference.
6363

64-
* There is no specification for end time. A profile will remain active until the next profile's start time.
65-
64+
* There is no specification for end time. A profile will remain active until the next profile's start time.
6665
Create a default profile for each recurring profile. If you have two recurring profiles, create two matching default profiles.
6766
* The default profile must contain a `recurrence` section that is the same as the recurring profile, with the `hours` and `minutes` elements set for the end time of the recurring profile. If you don't specify a recurrence with a start time for the default profile, the last recurrence rule will remain in effect.
6867
* The `name` element for the default profile is an object with the following format: `"name": "{\"name\":\"Auto created default scale condition\",\"for\":\"Recurring profile name\"}"` where the recurring profile name is the value of the `name` element for the recurring profile. If the name isn't specified correctly, the default profile will appear as another recurring profile.

0 commit comments

Comments
 (0)