Skip to content

Commit 252f496

Browse files
committed
small edits
1 parent 36306e5 commit 252f496

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/azure-monitor/alerts/alerts-create-new-alert-rule.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: AbbyMSFT
55
ms.author: abbyweisberg
66
ms.topic: conceptual
77
ms.custom: ignite-2022
8-
ms.date: 02/12/2023
8+
ms.date: 03/05/2023
99
ms.reviewer: harelbr
1010
---
1111
# Create a new alert rule
@@ -73,7 +73,7 @@ Then you define these elements for the resulting alert actions by using:
7373

7474
Dimensions are name-value pairs that contain more data about the metric value. By using dimensions, you can filter the metrics and monitor specific time-series, instead of monitoring the aggregate of all the dimensional values.
7575

76-
If you select more than one dimension value, each time series that results from the combination will trigger its own alert and be charged separately. For example, the transactions metric of a storage account can have an API name dimension that contains the name of the API called by each transaction (for example, GetBlob, DeleteBlob, and PutPage). You can choose to have an alert fired when there's a high number of transactions in a specific API (the aggregated data). Or you can use dimensions to alert only when the number of transactions is high for specific APIs.
76+
If you select more than one dimension value, each time series that results from the combination triggers its own alert and is charged separately. For example, the transactions metric of a storage account can have an API name dimension that contains the name of the API called by each transaction (for example, GetBlob, DeleteBlob, and PutPage). You can choose to have an alert fired when there's a high number of transactions in a specific API (the aggregated data). Or you can use dimensions to alert only when the number of transactions is high for specific APIs.
7777

7878
|Field |Description |
7979
|---------|---------|
@@ -87,7 +87,7 @@ Then you define these elements for the resulting alert actions by using:
8787
|Field |Description |
8888
|---------|---------|
8989
|Threshold|Select if the threshold should be evaluated based on a static value or a dynamic value.<br>A **static threshold** evaluates the rule by using the threshold value that you configure.<br>**Dynamic thresholds** use machine learning algorithms to continuously learn the metric behavior patterns and calculate the appropriate thresholds for unexpected behavior. You can learn more about using [dynamic thresholds for metric alerts](alerts-types.md#dynamic-thresholds). |
90-
|Operator|Select the operator for comparing the metric value against the threshold. <br>If you are using dynamic thresholds, alert rules can use tailored thresholds based on metric behavior for both upper and lower bounds in the same alert rule. Select one of these operators: <br> - Greater than the upper threshold or lower than the lower threshold (default) <br> - Greater than the upper threshold <br> - Lower than the lower threshold|
90+
|Operator|Select the operator for comparing the metric value against the threshold. <br>If you're using dynamic thresholds, alert rules can use tailored thresholds based on metric behavior for both upper and lower bounds in the same alert rule. Select one of these operators: <br> - Greater than the upper threshold or lower than the lower threshold (default) <br> - Greater than the upper threshold <br> - Lower than the lower threshold|
9191
|Aggregation type|Select the aggregation function to apply on the data points: Sum, Count, Average, Min, or Max. |
9292
|Threshold value|If you selected a **static** threshold, enter the threshold value for the condition logic. |
9393
|Unit|If the selected metric signal supports different units, such as bytes, KB, MB, and GB, and if you selected a **static** threshold, enter the unit for the condition logic.|
@@ -100,9 +100,9 @@ Then you define these elements for the resulting alert actions by using:
100100
|Field |Description |
101101
|---------|---------|
102102
|Check every|Select how often the alert rule checks if the condition is met. |
103-
|Lookback period|Select how far back to look each time the data is checked. For example, every 1 minute you’ll be looking at the past 5 minutes.|
103+
|Lookback period|Select how far back to look each time the data is checked. For example, every 1 minute, look back 5 minutes.|
104104

105-
1. (Optional) In the **Advanced options** section, you can specify how many failures within a specific time period will trigger the alert. For example, you can specify that you only want to trigger an alert if there were three failures in the last hour. This setting is defined by your application business policy.
105+
1. (Optional) In the **Advanced options** section, you can specify how many failures within a specific time period trigger an alert. For example, you can specify that you only want to trigger an alert if there were three failures in the last hour. Your application business policy should determine this setting.
106106

107107
Select values for these fields:
108108

@@ -119,7 +119,7 @@ Then you define these elements for the resulting alert actions by using:
119119
> [!NOTE]
120120
> If you're creating a new log alert rule, note that the current alert rule wizard is different from the earlier experience. For more information, see [Changes to the log alert rule creation experience](#changes-to-the-log-alert-rule-creation-experience).
121121
122-
1. On the **Logs** pane, write a query that will return the log events for which you want to create an alert.
122+
1. On the **Logs** pane, write a query that returns the log events for which you want to create an alert.
123123
To use one of the predefined alert rule queries, expand the **Schema and filter** pane on the left of the **Logs** pane. Then select the **Queries** tab, and select one of the queries.
124124

125125
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-log-rule-query-pane.png" alt-text="Screenshot that shows the Query pane when creating a new log alert rule.":::
@@ -175,7 +175,7 @@ Then you define these elements for the resulting alert actions by using:
175175

176176
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-create-log-rule-logic.png" alt-text="Screenshot that shows the Alert logic section of a new log alert rule.":::
177177

178-
1. (Optional) In the **Advanced options** section, you can specify the number of failures and the alert evaluation period required to trigger an alert. For example, if you set **Aggregation granularity** to 5 minutes, you can specify that you only want to trigger an alert if there were three failures (15 minutes) in the last hour. This setting is defined by your application business policy.
178+
1. (Optional) In the **Advanced options** section, you can specify the number of failures and the alert evaluation period required to trigger an alert. For example, if you set **Aggregation granularity** to 5 minutes, you can specify that you only want to trigger an alert if there were three failures (15 minutes) in the last hour. Your application business policy determines this setting.
179179

180180
Select values for these fields under **Number of violations to trigger the alert**:
181181

@@ -332,7 +332,7 @@ Then you define these elements for the resulting alert actions by using:
332332

333333
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-tags-tab.png" alt-text="Screenshot that shows the Tags tab when creating a new alert rule.":::
334334

335-
1. On the **Review + create** tab, a validation will run and inform you of any issues.
335+
1. On the **Review + create** tab, the rule is validated, and lets you know about any issues.
336336
1. When validation passes and you've reviewed the settings, select the **Create** button.
337337

338338
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-review-create.png" alt-text="Screenshot that shows the Review and create tab when creating a new alert rule.":::

articles/azure-monitor/alerts/alerts-manage-alert-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Manage your alert rules in the Azure portal, or using the CLI or Po
44
author: AbbyMSFT
55
ms.author: abbyweisberg
66
ms.topic: conceptual
7-
ms.date: 02/20/2023
7+
ms.date: 03/05/2023
88
ms.reviewer: harelbr
99
---
1010
# Manage your alert rules

0 commit comments

Comments
 (0)