Skip to content

Commit ed3bf37

Browse files
committed
review fixes
1 parent 1d352fc commit ed3bf37

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ The following diagram shows the autoscale architecture.
4444

4545
![Autoscale Flow Diagram](./media/autoscale-overview/Autoscale_Overview_v4.png)
4646

47-
### Resource Metrics
47+
### Resource metrics
4848
Resources generate metrics that are used in autoscale rules to trigger scale events. Virtual machine scale sets use telemetry data from Azure diagnostics agents to generate metrics. Telemetry for Web apps and Cloud services comes directly from the Azure Infrastructure.
4949

5050
Some commonly used metrics include CPU usage, memory usage, thread counts, queue length, and disk usage. See [Autoscale Common Metrics](autoscale-common-metrics.md) for a list of available metrics.
5151

52-
### Custom Metrics
52+
### Custom metrics
5353
Use your own custom metrics that your application generates. Configure your application to send metrics to [Application Insights](/azure/azure-monitor/app/app-insights-overview) so you can use those metrics decide when to scale.
5454

5555
### Time
@@ -77,7 +77,7 @@ Rules can trigger one or more actions. Actions include:
7777
+ Start an [Azure Automation runbook](/azure/automation/overview).
7878
+ Call an [Azure Function](/azure/azure-functions/functions-overview).
7979
+ Trigger an [Azure Logic App](/azure/logic-apps/logic-apps-overview).
80-
## Autoscale Settings
80+
## Autoscale settings
8181

8282
Autoscale settings contain the autoscale configuration. The setting including scale conditions that define rules, limits, and schedules and notifications. Define one or more scale conditions in the settings, and one notification setup.
8383

@@ -91,7 +91,7 @@ Autoscale uses the following terminology and structure. The UI and JSON
9191
| 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. |
9292
| 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. |
9393

94-
![Azure autoscale setting, profile, and rule structure](./media/autoscale-overview/AzureResourceManagerRuleStructure3.png)
94+
![Azure autoscale setting, profile, and rule structure](./media/autoscale-overview/azure-resource-manager-rule-structure-3.png)
9595

9696
The full list of configurable fields and descriptions is available in the [Autoscale REST API](/rest/api/monitor/autoscalesettings).
9797

0 commit comments

Comments
 (0)