Skip to content

Commit 78b3d8a

Browse files
committed
edit pass: set-up-alert-rules
1 parent d8d35ea commit 78b3d8a

File tree

6 files changed

+20
-22
lines changed

6 files changed

+20
-22
lines changed

articles/azure-monitor/alerts/alerts-create-activity-log-alert-rule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
4141
- **Signal type**: The [type of alert rule](alerts-overview.md#types-of-alerts) that you're creating.
4242
- **Signal source**: The service that sends the signal.
4343

44-
This table describes the services available for activity log alert rules:
44+
This table describes the available services for activity log alert rules:
4545

4646
| Signal source | Description |
4747
|--------------------------|-----------------------------------------------------------------|
@@ -57,7 +57,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
5757

5858
1. On the **Conditions** pane, select the **Chart period** value.
5959

60-
The **Preview** chart shows you the results of your selection.
60+
The **Preview** chart shows the results of your selection.
6161
1. In the **Alert logic** section, select values for each of these fields:
6262

6363
|Field |Description |
@@ -68,7 +68,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
6868

6969
#### [Resource health alert](#tab/resource-health)
7070

71-
1. On the **Conditions** pane, select values for each of these fields:
71+
- On the **Conditions** pane, select values for each of these fields:
7272

7373
|Field |Description |
7474
|---------|---------|
@@ -79,7 +79,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
7979

8080
#### [Service health alert](#tab/service-health)
8181

82-
1. On the **Conditions** pane, select values for each of these fields:
82+
- On the **Conditions** pane, select values for each of these fields:
8383

8484
|Field |Description |
8585
|---------|---------|

articles/azure-monitor/includes/alerts-wizard-access.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,20 @@ author: AbbyMSFT
88

99
## Access the alert rule wizard in the Azure portal
1010

11-
There are several ways that you can create or edit a new alert rule.
11+
There are multiple ways to create or edit an alert rule.
1212

1313
### Create or edit an alert rule from the portal home page
1414

15-
1. In the [portal](https://portal.azure.com/), select **Monitor** > **Alerts**.
16-
1. Open the **+ Create** menu, and select **Alert rule**.
15+
1. In the [Azure portal](https://portal.azure.com/), select **Monitor**.
16+
1. On the left pane, select **Alerts**.
17+
1. Select **+ Create** > **Alert rule**.
1718

18-
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-create-new-alert-rule.png" alt-text="Screenshot that shows steps to create a new alert rule.":::
19+
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-create-new-alert-rule.png" alt-text="Screenshot that shows steps to create an alert rule from the portal home page.":::
1920

2021
### Create or edit an alert rule from a specific resource
2122

22-
1. In the [portal](https://portal.azure.com/), go to the resource.
23-
1. Select **Alerts** on the left pane, and then select **+ Create** > **Alert rule**.
23+
1. In the [Azure portal](https://portal.azure.com/), go to the resource.
24+
1. On the left pane, select **Alerts**.
25+
1. Select **+ Create** > **Alert rule**.
2426

25-
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-create-new-alert-rule-2.png" alt-text="Screenshot that shows steps to create a new alert rule from a selected resource.":::
27+
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-create-new-alert-rule-2.png" alt-text="Screenshot that shows steps to create an alert rule from a selected resource.":::

articles/azure-monitor/includes/alerts-wizard-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ author: AbbyMSFT
88

99
## Configure the alert rule actions
1010

11-
1. On the **Actions** tab, select or create the required [action groups](../alerts/action-groups.md).
11+
On the **Actions** tab, select or create the required [action groups](../alerts/action-groups.md).
1212

13-
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-rule-actions-tab.png" alt-text="Screenshot that shows the Actions tab for creating a new alert rule.":::
13+
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-rule-actions-tab.png" alt-text="Screenshot that shows the Actions tab for creating a new alert rule.":::

articles/azure-monitor/includes/alerts-wizard-custom-properties.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,18 @@ Use the format of the [common alert schema](../alerts/alerts-common-schema.md) t
2121
2222
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-rule-custom-props.png" alt-text="Screenshot that shows custom properties for creating a new alert rule.":::
2323

24-
The following examples use values in **Custom properties** to utilize data from a payload that uses the common alert schema:
25-
26-
**Example 1**
24+
The following examples use values in **Custom properties** to utilize data from a payload that uses the common alert schema.
2725

2826
This example creates an **Additional Details** tag with data regarding the window start time and window end time:
2927

3028
- Name: `Additional Details`
3129
- Value: `Evaluation windowStartTime: \${data.alertContext.condition.windowStartTime}. windowEndTime: \${data.alertContext.condition.windowEndTime}`
3230
- Result: `AdditionalDetails:Evaluation windowStartTime: 2023-04-04T14:39:24.492Z. windowEndTime: 2023-04-04T14:44:24.492Z`
3331

34-
**Example 2**
35-
3632
This example adds data regarding the reason for resolving or firing the alert:
3733

3834
- Name: `Alert \${data.essentials.monitorCondition} reason`
3935
- Value: `\${data.alertContext.condition.allOf[0].metricName} \${data.alertContext.condition.allOf[0].operator} \${data.alertContext.condition.allOf[0].threshold} \${data.essentials.monitorCondition}. The value is \${data.alertContext.condition.allOf[0].metricValue}`
40-
- Result: Example results could be something like:
36+
- Potential results:
4137
- `Alert Resolved reason: Percentage CPU GreaterThan5 Resolved. The value is 3.585`
4238
- `Alert Fired reason": "Percentage CPU GreaterThan5 Fired. The value is 10.585`

articles/azure-monitor/includes/alerts-wizard-finish.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ author: AbbyMSFT
88

99
## Configure alert rule tags
1010

11-
1. On the **Tags** tab, set any required tags on the alert rule resource.
11+
On the **Tags** tab, set any required tags on the alert rule resource.
1212

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

1515
## Review and create the alert rule
1616

articles/azure-monitor/includes/alerts-wizard-scope.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ author: AbbyMSFT
99
## Configure the scope of the alert rule
1010

1111
1. On the **Select a resource** pane, set the scope for your alert rule. You can filter by subscription, resource type, or resource location.
12-
1. Select **Apply**.
1312

1413
:::image type="content" source="../alerts/media/alerts-create-new-alert-rule/alerts-select-resource.png" alt-text="Screenshot that shows the pane for selecting a resource during the creation of a new alert rule.":::
14+
1. Select **Apply**.

0 commit comments

Comments
 (0)