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
Copy file name to clipboardExpand all lines: articles/azure-monitor/autoscale/autoscale-custom-metric.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.author: edbaynash
6
6
ms.service: azure-monitor
7
7
ms.subservice: autoscale
8
8
ms.topic: how-to
9
-
ms.date: 06/22/2022
9
+
ms.date: 07/09/2023
10
10
ms.reviewer: akkumari
11
11
12
12
# Customer intent: As a user or dev ops administrator, I want to use the portal to set up autoscale so I can scale my resources.
@@ -19,7 +19,7 @@ This article describes how to set up autoscale for a web app by using a custom m
19
19
Autoscale allows you to add and remove resources to handle increases and decreases in load. In this article, we'll show you how to set up autoscale for a web app by using one of the Application Insights metrics to scale the web app in and out.
20
20
21
21
> [!NOTE]
22
-
> Autoscaling on custom metrics in Application Insights is supported only for metrics published to **Standard** and **Azure.ApplicationInsights** namespaces. If any other namespaces are used for custom metrics in Application Insights, it will return**Unsupported Metric** error.
22
+
> Autoscaling on custom metrics in Application Insights is supported only for metrics published to **Standard** and **Azure.ApplicationInsights** namespaces. If any other namespaces are used for custom metrics in Application Insights, it returns an**Unsupported Metric** error.
23
23
24
24
Azure Monitor autoscale applies to:
25
25
@@ -114,7 +114,7 @@ Set up a scale-out rule so that Azure spins up another instance of the web app w
114
114
115
115
### Set up a scale-in rule
116
116
117
-
Set up a scale-in rule so that Azure spins down one of the instances when the number of sessions your web app is handling is less than 60 per instance. Azure will reduce the number of instances each time this rule is run until the minimum number of instances is reached.
117
+
Set up a scale-in rule so that Azure spins down one of the instances when the number of sessions your web app is handling is less than 60 per instance. Azure reduces the number of instances each time this rule is run until the minimum number of instances is reached.
118
118
119
119
1. In the **Rules** section of the default scale condition, select **Add a rule**.
120
120
1. From the **Metric source** dropdown, select **Other resource**.
@@ -152,8 +152,8 @@ If you're not going to continue to use this application, delete resources.
152
152
153
153
To learn more about autoscale, see the following articles:
154
154
155
-
-[Use autoscale actions to send email and webhook alert notifications](./autoscale-webhook-email.md)
156
-
-[Overview of autoscale](./autoscale-overview.md)
157
-
-[Azure Monitor autoscale common metrics](./autoscale-common-metrics.md)
158
-
-[Best practices for Azure Monitor autoscale](./autoscale-best-practices.md)
0 commit comments