Skip to content

Commit 2357831

Browse files
Merge pull request #244386 from EdB-MSFT/update-autoscale-custom-metric
refresh review
2 parents 4ff37b7 + 4d3c242 commit 2357831

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-monitor/autoscale/autoscale-custom-metric.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: edbaynash
66
ms.service: azure-monitor
77
ms.subservice: autoscale
88
ms.topic: how-to
9-
ms.date: 06/22/2022
9+
ms.date: 07/09/2023
1010
ms.reviewer: akkumari
1111

1212
# 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
1919
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.
2020

2121
> [!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.
2323
2424
Azure Monitor autoscale applies to:
2525

@@ -114,7 +114,7 @@ Set up a scale-out rule so that Azure spins up another instance of the web app w
114114

115115
### Set up a scale-in rule
116116

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.
118118

119119
1. In the **Rules** section of the default scale condition, select **Add a rule**.
120120
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.
152152

153153
To learn more about autoscale, see the following articles:
154154

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)
159-
- [Autoscale REST API](/rest/api/monitor/autoscalesettings)
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)
159+
+ [Autoscale REST API](/rest/api/monitor/autoscalesettings)

0 commit comments

Comments
 (0)