Skip to content

Commit f43fbd6

Browse files
Merge pull request #207519 from AbbyMSFT/regions
Adding regional processing for alert rules and action groups
2 parents 2a107ef + 5c8fcee commit f43fbd6

File tree

1 file changed

+40
-6
lines changed

1 file changed

+40
-6
lines changed

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

Lines changed: 40 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create a new alert rule.
44
author: AbbyMSFT
55
ms.author: abbyweisberg
66
ms.topic: conceptual
7-
ms.date: 08/03/2022
7+
ms.date: 08/23/2022
88
ms.reviewer: harelbr
99
---
1010
# Create a new alert rule
@@ -29,15 +29,35 @@ And then defining these elements for the resulting alert actions using:
2929

3030
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.
3131

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.
3333

3434
:::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.":::
3535

3636
1. Select **Include all future resources** to include any future resources added to the selected scope.
3737
1. Select **Done**.
3838
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.
4161
### [Metric alert](#tab/metric)
4262

4363
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:
168188
From this point on, you can select the **Review + create** button at any time.
169189

170190
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.
171197
172198
:::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.":::
173199

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+
175209
1. Define the **Alert rule details**.
176210

177211
### [Metric alert](#tab/metric)
@@ -413,7 +447,7 @@ The *sampleActivityLogAlert.parameters.json* file contains the values provided f
413447

414448
## Changes to log alert rule creation experience
415449

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:
417451

418452
- 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:
419453
- 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

Comments
 (0)