Skip to content

Commit bef8379

Browse files
Merge pull request #239115 from AbbyMSFT/alert-edit
Moved regional processing to action groups article
2 parents 59a5634 + 727d05a commit bef8379

File tree

2 files changed

+11
-20
lines changed

2 files changed

+11
-20
lines changed

articles/azure-monitor/alerts/action-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Global requests from clients can be processed by action group services in any re
4141
| Option | Behavior |
4242
| ------ | -------- |
4343
| 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.|
4545

4646
The action group is saved in the subscription, region, and resource group that you select.
4747

@@ -70,7 +70,7 @@ Global requests from clients can be processed by action group services in any re
7070
1. Configure actions. Select **Next: Actions**. or select the **Actions** tab at the top of the page.
7171
1. Define a list of actions to trigger when an alert is triggered. Select an action type and enter a name for each action.
7272

73-
|Action type |Details |
73+
|Action type|Details |
7474
|---------|---------|
7575
|Automation Runbook|For information about limits on Automation runbook payloads, see [Automation limits](../../azure-resource-manager/management/azure-subscription-service-limits.md#automation-limits). |
7676
|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. |

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

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
3939
1. Select **Apply**.
4040
1. Select **Next: Condition** at the bottom of the page.
4141
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:
4343
- **Signal type**: The [type of alert rule](alerts-overview.md#types-of-alerts) you're creating.
4444
- **Signal source**: The service sending the signal. The list is prepopulated based on the type of alert rule you selected.
4545

@@ -125,7 +125,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
125125

126126
:::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.":::
127127

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:
129129
```azurecli
130130
adx(cluster).table
131131
| 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
238238
From this point on, you can select the **Review + create** button at any time.
239239
240240
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
244241
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.
251243
252244
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.
253245
@@ -268,6 +260,11 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
268260
- "Alert Resolved reason: Percentage CPU GreaterThan5 Resolved. The value is 3.585"
269261
- “Alert Fired reason": "Percentage CPU GreaterThan5 Fired. The value is 10.585"
270262
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+
271268
1. On the **Details** tab, define the **Project details**.
272269
- Select the **Subscription**.
273270
- Select the **Resource group**.
@@ -300,7 +297,7 @@ Alerts triggered by these alert rules contain a payload that uses the [common al
300297
1. Select the **Severity**.
301298
1. Enter values for the **Alert rule name** and the **Alert rule description**.
302299
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.
304301
305302
Keep these things in mind when selecting an identity:
306303
- 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
335332
|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.|
336333
|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.|
337334
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.":::
344335
### [Activity log alert](#tab/activity-log)
345336
346337
1. Enter values for the **Alert rule name** and the **Alert rule description**.

0 commit comments

Comments
 (0)