You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-create-new-alert-rule.md
+40-6Lines changed: 40 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to create a new alert rule.
4
4
author: AbbyMSFT
5
5
ms.author: abbyweisberg
6
6
ms.topic: conceptual
7
-
ms.date: 08/03/2022
7
+
ms.date: 08/23/2022
8
8
ms.reviewer: harelbr
9
9
---
10
10
# Create a new alert rule
@@ -29,15 +29,35 @@ And then defining these elements for the resulting alert actions using:
29
29
30
30
1. In the **Select a resource** pane, set the scope for your alert rule. You can filter by **subscription**, **resource type**, **resource location**, or do a search.
31
31
32
-
You can see the **Available signal types** for your selected resource(s) at the bottom right of the pane. The available signal types change based on the selected resource.
32
+
The **Available signal types** for your selected resource(s) are at the bottom right of the pane.
33
33
34
34
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-select-resource.png" alt-text="Screenshot showing the select resource pane for creating new alert rule.":::
35
35
36
36
1. Select **Include all future resources** to include any future resources added to the selected scope.
37
37
1. Select **Done**.
38
38
1. Select **Next: Condition>** at the bottom of the page.
39
-
1. In the **Select a signal** pane, the **Signal type**, **Monitor service**, and **Signal name** fields are pre-populated with the available values for your selected scope. You can narrow the signal list using these fields. The **Signal type** determines which [type of alert](alerts-overview.md#types-of-alerts) rule you're creating.
40
-
1. Select the **Signal name**, and follow the steps below depending on the type of alert you're creating.
39
+
1. In the **Select a signal** pane, filter the list of signals using the **Signal type** and **Monitor service**.
40
+
-**Signal Type**: The [type of alert rule](alerts-overview.md#types-of-alerts) you're creating.
41
+
-**Monitor service**: The service sending the signal. This list is pre-populated based on the type of alert rule you selected.
42
+
43
+
This table describes the services available for each type of alert rule:
44
+
45
+
|Signal type |Monitor service |Description |
46
+
|---------|---------|---------|
47
+
|Metrics|Platform |For metric signals, the monitor service is the metric namespace. ‘Platform’ means the metrics are provided by the resource provider, namely 'Azure'.|
48
+
||Azure.ApplicationInsights|Customer-reported metrics, sent by the Application Insights SDK. |
49
+
||Azure.VM.Windows.GuestMetrics |VM guest metrics, collected by an extension running on the VM. Can include built-in operating system perf counters, and custom perf counters. |
50
+
||\<your custom namespace\>|A custom metric namespace, containing custom metrics sent with the Azure Monitor Metrics API. |
51
+
|Log |Log Analytics|The service that provides the ‘Custom log search’ and ‘Log (saved query)’ signals. |
52
+
|Activity log|Activity Log – Administrative|The service that provides the ‘Administrative’ activity log events. |
53
+
||Activity Log – Policy|The service that provides the 'Policy' activity log events. |
54
+
||Activity Log – Autoscale|The service that provides the ‘Autoscale’ activity log events. |
55
+
||Activity Log – Security|The service that provides the ‘Security’ activity log events. |
56
+
|Resource health|Resource Health|The service that provides the resource-level health status. |
57
+
|Service health|Service health|The service that provides the subscription-level health status. |
58
+
59
+
60
+
1. Select the **Signal name**, and follow the steps in the tab below that corresponds to the type of alert you're creating.
41
61
### [Metric alert](#tab/metric)
42
62
43
63
1. In the **Configure signal logic** pane, you can preview the results of the selected metric signal. Select values for the following fields.
@@ -168,10 +188,24 @@ And then defining these elements for the resulting alert actions using:
168
188
From this point on, you can select the **Review + create** button at any time.
169
189
170
190
1. In the **Actions** tab, select or create the required [action groups](./action-groups.md).
191
+
1. (Optional) If you want to make sure that the data processing for the action group takes place within a specific region, you can select an action group in one of these regions in which to process the action group:
192
+
- Sweden Central
193
+
- Germany West Central
194
+
195
+
> [!NOTE]
196
+
> We are continually adding more regions for regional data processing.
171
197
172
198
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-actions-tab.png" alt-text="Screenshot of the actions tab when creating a new alert rule.":::
173
199
174
-
1. In the **Details** tab, define the **Project details** by selecting the **Subscription** and **Resource group**.
200
+
1. In the **Details** tab, define the **Project details**.
201
+
- Select the **Subscription**.
202
+
- Select the **Resource group**.
203
+
- (Optional) If you want to make sure that the data processing for the alert rule takes place within a specific region, and you're creating a metric alert rule that monitors a custom metric, you can select to process the alert rule in one of these regions.
204
+
- North Europe
205
+
- West Europe
206
+
- Sweden Central
207
+
- Germany West Central
208
+
175
209
1. Define the **Alert rule details**.
176
210
177
211
### [Metric alert](#tab/metric)
@@ -413,7 +447,7 @@ The *sampleActivityLogAlert.parameters.json* file contains the values provided f
413
447
414
448
## Changes to log alert rule creation experience
415
449
416
-
If you're creating a new log alert rule, note that current alert rule wizard is a little different from the earlier experience:
450
+
If you're creating a new log alert rule, please note that current alert rule wizard is a little different from the earlier experience:
417
451
418
452
- Previously, search results were included in the payload of the triggered alert and its associated notifications. The email included only 10 rows from the unfiltered results while the webhook payload contained 1000 unfiltered results. To get detailed context information about the alert so that you can decide on the appropriate action:
419
453
- We recommend using [Dimensions](alerts-types.md#narrow-the-target-using-dimensions). Dimensions provide the column value that fired the alert, giving you context for why the alert fired and how to fix the issue.
0 commit comments