You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Scale conditions | profiles | A collection of rules, instance limits and schedules, based on a metric or time. You can define one or more scale conditions or profiles. |
111
-
| Rules | rules | A set of time or metric-based conditions that trigger a scale action. You can define one or more rules for both scale-in and scale-out actions. |
112
-
| Instance limits | capacity | Each scale condition or profile defines th default, max, and min number of instances that can run under that profile. |
109
+
| Scale conditions | profiles | A collection of rules, instance limits and schedules, based on a metric or time. You can define one or more scale conditions or profiles. Define up to 20 profiles per autoscale setting.|
110
+
| Rules | rules | A set of time or metric-based conditions that trigger a scale action. You can define one or more rules for both scale-in and scale-out actions. Define up to a total of 10 rules per profile.|
111
+
| Instance limits | capacity | Each scale condition or profile defines the default, max, and min number of instances that can run under that profile. |
113
112
| Schedule | recurrence | Indicates when autoscale should put this scale condition or profile into effect. You can have multiple scale conditions, which allow you to handle different and overlapping requirements. For example, you can have different scale conditions for different times of day, or days of the week. |
114
113
| Notify | notification | Defines the notifications to send when an autoscale event occurs. Autoscale can notify one or more email addresses or make a call one or more webhooks. You can configure multiple webhooks in the JSON but only one in the UI. |
115
114
@@ -139,7 +138,7 @@ The following services are supported by autoscale:
139
138
| Azure API Management service |[Automatically scale an Azure API Management instance](../../api-management/api-management-howto-autoscale.md)|
140
139
| Azure Data Explorer Clusters |[Manage Azure Data Explorer clusters scaling to accommodate changing demand](/azure/data-explorer/manage-cluster-horizontal-scaling)|
141
140
| Azure Stream Analytics |[Autoscale streaming units (Preview)](../../stream-analytics/stream-analytics-autoscale.md)|
142
-
| Azure SignalR Service (Premium tier) |[Automatically scale units of an Azure SignalR service](https://learn.microsoft.com/azure/azure-signalr/signalr-howto-scale-autoscale)|
141
+
| Azure SignalR Service (Premium tier) |[Automatically scale units of an Azure SignalR service](/azure/azure-signalr/signalr-howto-scale-autoscale)|
143
142
| Azure Machine Learning Workspace |[Autoscale an online endpoint](../../machine-learning/how-to-autoscale-endpoints.md)|
144
143
| Azure Spring Apps |[Set up autoscale for applications](../../spring-apps/how-to-setup-autoscale.md)|
145
144
| Media Services |[Autoscaling in Media Services](/azure/media-services/latest/release-notes#autoscaling)|
@@ -159,3 +158,4 @@ To learn more about autoscale, see the following resources:
Copy file name to clipboardExpand all lines: articles/azure-monitor/autoscale/autoscale-understanding-settings.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ The table below describes the elements in the above autoscale setting's JSON.
103
103
| Setting | name | |The autoscale setting name. |
104
104
| Setting | location | |The location of the autoscale setting. This location can be different from the location of the resource being scaled. |
105
105
| properties | targetResourceUri | |The resource ID of the resource being scaled. You can only have one autoscale setting per resource. |
106
-
| properties | profiles | Scale condition |An autoscale setting is composed of one or more profiles. Each time the autoscale engine runs, it executes one profile. |
106
+
| properties | profiles | Scale condition |An autoscale setting is composed of one or more profiles. Each time the autoscale engine runs, it executes one profile. Configure up to 20 profiles per autoscale setting. |
107
107
| profiles | name | |The name of the profile. You can choose any name that helps you identify the profile. |
108
108
| profiles | capacity.maximum | Instance limits - Maximum |The maximum capacity allowed. It ensures that autoscale doesn't scale your resource above this number when executing the profile. |
109
109
| profiles | capacity.minimum | Instance limits - Minimum |The minimum capacity allowed. It ensures that autoscale doesn't scale your resource below this number when executing the profile |
@@ -124,6 +124,7 @@ The table below describes the elements in the above autoscale setting's JSON.
124
124
125
125
## Autoscale profiles
126
126
127
+
Define up to 20 different profiles per autoscale setting.
127
128
There are three types of autoscale profiles:
128
129
129
130
- **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. The default profile runs when there are no other applicable profiles for the current date and time. You can only have one default profile.
0 commit comments