Skip to content

Commit 02a0e1a

Browse files
authored
Update alerts-metric.md
1 parent 3ea2214 commit 02a0e1a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-monitor/platform/alerts-metric.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: alerts
1010
---
1111
# Create, view, and manage metric alerts using Azure Monitor
1212

13-
Metric alerts in Azure Monitor provide a way to get notified when one of your metrics cross a threshold. Metric alerts work on a range of multi-dimensional platform metrics, custom metrics, Application Insights standard and custom metrics. In this article, we will describe how to create, view and manage metric alert rules through Azure portal and Azure CLI. You can also create metric alert rules using Azure Resource Manager templates which is described in [a separate article](alerts-metric-create-templates.md).
13+
Metric alerts in Azure Monitor provide a way to get notified when one of your metrics crosses a threshold. Metric alerts work on a range of multi-dimensional platform metrics, custom metrics, Application Insights standard and custom metrics. In this article, we will describe how to create, view, and manage metric alert rules through Azure portal and Azure CLI. You can also create metric alert rules using Azure Resource Manager templates, which are described in [a separate article](alerts-metric-create-templates.md).
1414

1515
You can learn more about how metric alerts work from [metric alerts overview](alerts-metric-overview.md).
1616

@@ -33,16 +33,16 @@ The following procedure describes how to create a metric alert rule in Azure por
3333

3434
6. You will see a list of signals supported for the resource, select the metric you want to create an alert on.
3535

36-
7. You will see a chart for the metric for the last 6 hours. Use the **Chart period** dropdown to select to see longer history for the metric.
36+
7. You will see a chart for the metric for the last six hours. Use the **Chart period** dropdown to select to see longer history for the metric.
3737

3838
8. If the metric has dimensions, you will see a dimensions table presented. Select one or more values per dimension.
39-
- The displayed dimension values are based on metric data from the last 3 days.
39+
- The displayed dimension values are based on metric data from the last three days.
4040
- If the dimension value you're looking for isn't displayed, click "+" to add a custom value.
4141
- You can also **Select \*** for any of the dimensions. **Select \*** will dynamically scale the selection to all current and future values for a dimension.
4242

4343
The metric alert rule will evaluate the condition for all combinations of values selected. [Learn more about how alerting on multi-dimensional metrics works](alerts-metric-overview.md).
4444

45-
9. Select the **Threshold** type, **Operator** and **Aggregation type**. This will determine the logic which the metric alert rule will evaluate.
45+
9. Select the **Threshold** type, **Operator**, and **Aggregation type**. This will determine the logic that the metric alert rule will evaluate.
4646
- If you are using a **Static** threshold, continue to define a **Threshold value**. The metric chart can help determine what might be a reasonable threshold.
4747
- If you are using a **Dynamic** threshold, continue to define the **Threshold sensitivity**. The metric chart will display the calculated thresholds based on recent data. [Learn more about Dynamic Thresholds condition type and sensitivity options](alerts-dynamic-thresholds.md).
4848

@@ -52,7 +52,7 @@ The following procedure describes how to create a metric alert rule in Azure por
5252

5353
12. Optionally, add another criteria if you want to monitor a complex alert rule. Currently users can have alert rules with Dynamic Thresholds criteria as a single criterion.
5454

55-
13. Fill in **Alert details** like **Alert rule name**, **Description** and **Severity**.
55+
13. Fill in **Alert details** like **Alert rule name**, **Description**, and **Severity**.
5656

5757
14. Add an action group to the alert either by selecting an existing action group or creating a new action group.
5858

@@ -85,11 +85,11 @@ You can view and manage metric alert rules using the Manage Rules blade under Al
8585

8686
## With Azure CLI
8787

88-
The previous sections described how to create, view and manage metric alert rules using Azure portal. This section will describe how to do the same using cross-platform [Azure CLI](https://docs.microsoft.com/cli/azure/get-started-with-azure-cli?view=azure-cli-latest). Quickest way to start using Azure CLI is through [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview?view=azure-cli-latest). For this article, we will use Cloud shell.
88+
The previous sections described how to create, view, and manage metric alert rules using Azure portal. This section will describe how to do the same using cross-platform [Azure CLI](https://docs.microsoft.com/cli/azure/get-started-with-azure-cli?view=azure-cli-latest). Quickest way to start using Azure CLI is through [Azure Cloud Shell](https://docs.microsoft.com/azure/cloud-shell/overview?view=azure-cli-latest). For this article, we will use Cloud shell.
8989

9090
1. Go to Azure portal, click on **Cloud shell**.
9191

92-
2. At the prompt, you can use commands with ``--help`` option to learn more about the command and how to use it. For example, the following command shows you the list of commands available for creating, viewing and managing metric alerts
92+
2. At the prompt, you can use commands with ``--help`` option to learn more about the command and how to use it. For example, the following command shows you the list of commands available for creating, viewing, and managing metric alerts
9393

9494
```azurecli
9595
az monitor metrics alert --help

0 commit comments

Comments
 (0)