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/action-groups.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Global requests from clients can be processed by action group services in any re
41
41
| Option | Behavior |
42
42
| ------ | -------- |
43
43
| Global | The action groups service decides where to store the action group. The action group is persisted in at least two regions to ensure regional resiliency. Processing of actions may be done in any [geographic region](https://azure.microsoft.com/explore/global-infrastructure/geographies/#overview).<br></br>Voice, SMS, and email actions performed as the result of [service health alerts](../../service-health/alerts-activity-log-service-notifications-portal.md) are resilient to Azure live-site incidents. |
44
-
| Regional | The action group is stored within the selected region. The action group is [zone-redundant](../../availability-zones/az-region.md#highly-available-services). Processing of actions is performed within the region.</br></br>Use this option if you want to ensure that the processing of your action group is performed within a specific [geographic boundary](https://azure.microsoft.com/explore/global-infrastructure/geographies/#overview). |
44
+
| Regional | The action group is stored within the selected region. The action group is [zone-redundant](../../availability-zones/az-region.md#highly-available-services). Use this option if you want to ensure that the processing of your action group is performed within a specific [geographic boundary](https://azure.microsoft.com/explore/global-infrastructure/geographies/#overview). You can select one of these regions for regional processing of action groups: <br> - South Central US <br> - North Central US<br> - Sweden Central<br> - Germany West Central<br> We're continually adding more regions for regional data processing of action groups.|
45
45
46
46
The action group is saved in the subscription, region, and resource group that you select.
47
47
@@ -70,7 +70,7 @@ Global requests from clients can be processed by action group services in any re
70
70
1. Configure actions. Select **Next: Actions**. or select the **Actions** tab at the top of the page.
71
71
1. Define a list of actions to trigger when an alert is triggered. Select an action type and enter a name for each action.
72
72
73
-
|Action type|Details |
73
+
|Action type|Details |
74
74
|---------|---------|
75
75
|Automation Runbook|For information about limits on Automation runbook payloads, see [Automation limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#automation-limits). |
76
76
|Event hubs |An Event Hubs action publishes notifications to Event Hubs. For more information about Event Hubs, see [Azure Event Hubs—A big data streaming platform and event ingestion service](../../event-hubs/event-hubs-about.md). You can subscribe to the alert notification stream from your event receiver. |
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-create-new-alert-rule.md
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
39
39
1. Select **Apply**.
40
40
1. Select **Next: Condition** at the bottom of the page.
41
41
1. On the **Condition** tab, when you select the **Signal name** field, the most commonly used signals are displayed in the drop-down list. Select one of these popular signals, or select **See all signals** if you want to choose a different signal for the condition.
42
-
1. (Optional.) If you chose to **See all signals** in the previous step, use the **Select a signal** pane to search for the signal name or filter the list of signals. Filter by:
42
+
1. (Optional) If you chose to **See all signals** in the previous step, use the **Select a signal** pane to search for the signal name or filter the list of signals. Filter by:
43
43
-**Signal type**: The [type of alert rule](alerts-overview.md#types-of-alerts) you're creating.
44
44
-**Signal source**: The service sending the signal. The list is prepopulated based on the type of alert rule you selected.
45
45
@@ -125,7 +125,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
125
125
126
126
:::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.":::
127
127
128
-
1. (Optional.) If you are querying an ADX cluster, Log Analytics can't automatically identify the column with the event timestamp, so we recommend that you add a time range filter to the query. For example:
128
+
1. (Optional) If you are querying an ADX cluster, Log Analytics can't automatically identify the column with the event timestamp, so we recommend that you add a time range filter to the query. For example:
129
129
```azurecli
130
130
adx(cluster).table
131
131
| where MyTS >= ago(5m) and MyTS <= now()
@@ -238,16 +238,8 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
238
238
From this point on, you can select the **Review + create** button at any time.
239
239
240
240
1. On the **Actions** tab, select or create the required [action groups](./action-groups.md).
241
-
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:
242
-
- Sweden Central
243
-
- Germany West Central
244
241
245
-
> [!NOTE]
246
-
> We're continually adding more regions for regional data processing.
247
-
248
-
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-actions-tab.png" alt-text="Screenshot that shows the Actions tab when creating a new alert rule.":::
249
-
250
-
1. (Optional) In the **Custom properties** section, if you've configured action groups for this alert rule, you can add custom properties in key:value pairs to the alert payload to add more information to the payload. Add the property **Name** and **Value** for the custom property you want included in the payload.
242
+
1. (Optional) If you've configured action groups for this alert rule, you can add custom properties in key:value pairs to the alert payload to add more information to the payload in the <a name="custom-props">**Custom properties**</a> section. Add the property **Name** and **Value** for the custom property you want included in the payload.
251
243
252
244
You can also use custom properties to extract and manipulate data from alert payloads that use the common schema. You can use those values in the action group webhook or logic app.
253
245
@@ -268,6 +260,11 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
268
260
- "Alert Resolved reason: Percentage CPU GreaterThan5 Resolved. The value is 3.585"
269
261
- “Alert Fired reason": "Percentage CPU GreaterThan5 Fired. The value is 10.585"
270
262
263
+
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-rule-actions-tab.png" alt-text="Screenshot that shows the Actions tab when creating a new alert rule.":::
264
+
265
+
> [!NOTE]
266
+
> The [common schema](alerts-common-schema.md) overwrites custom configurations. Therefore, you can't use both custom properties and the common schema for log alerts.
267
+
271
268
1. On the **Details** tab, define the **Project details**.
272
269
- Select the **Subscription**.
273
270
- Select the **Resource group**.
@@ -300,7 +297,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
300
297
1. Select the **Severity**.
301
298
1. Enter values for the **Alert rule name** and the **Alert rule description**.
302
299
1. Select the **Region**.
303
-
1. <a name="managed-id"></a>In the **Identity** section, select which identity is used by the log alert rule to send the log query. This identity is used for authentication when the alert rule executes the log query.
300
+
1. In the <a name="managed-id">**Identity**</a> section, select which identity is used by the log alert rule to send the log query. This identity is used for authentication when the alert rule executes the log query.
304
301
305
302
Keep these things in mind when selecting an identity:
306
303
- A managed identity is required if you're sending a query to Azure Data Explorer.
@@ -335,12 +332,6 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
335
332
|Mute actions |Select to set a period of time to wait before alert actions are triggered again. If you select this checkbox, the **Mute actions for** field appears to select the amount of time to wait after an alert is fired before triggering actions again.|
336
333
|Check workspace linked storage|Select if logs workspace linked storage for alerts is configured. If no linked storage is configured, the rule isn't created.|
337
334
338
-
1. <a name="#custom-props"></a>(Optional) If you've configured action groups for this alert rule, you can add custom properties to the alert payload to add more information to the payload. In the **Custom properties** section, add the property **Name** and **Value** for the custom property you want included in the payload.
339
-
340
-
> [!NOTE]
341
-
> The [common schema](alerts-common-schema.md) overwrites custom configurations. Therefore, you can't use both custom properties and the common schema for log alerts.
342
-
343
-
:::image type="content" source="media/alerts-create-new-alert-rule/alerts-log-rule-details-advanced.png" alt-text="Screenshot that shows the advanced options section of the Details tab when creating a new log alert rule.":::
344
335
### [Activity log alert](#tab/activity-log)
345
336
346
337
1. Enter values for the **Alert rule name** and the **Alert rule description**.
0 commit comments