Skip to content

Commit 8debf08

Browse files
authored
Merge pull request #210407 from dkamstra/main
Update for regional AG support
2 parents 554445c + 7d34c8b commit 8debf08

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

articles/azure-monitor/alerts/action-groups-create-resource-manager-template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ author: dkamstra
55
services: azure-monitor
66

77
ms.topic: conceptual
8-
ms.date: 2/23/2022
9-
ms.author: dukek
8+
ms.date: 09/07/2022
9+
ms.author: jagummersall
10+
ms.reviewer: jagummersall
1011
---
1112

1213
# Create an action group with a Resource Manager template

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ description: Learn how to create a logic app action to process Azure Monitor ale
44
author: dkamstra
55
ms.author: dukek
66
ms.topic: conceptual
7-
ms.date: 2/23/2022
8-
ms.reviewer: dukek
7+
ms.date: 09/07/2022
8+
ms.author: jagummersall
9+
ms.reviewer: jagummersall
910
---
1011
# How to trigger complex actions with Azure Monitor alerts
1112

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Manage action groups in the Azure portal
33
description: Find out how to create and manage action groups. Learn about notifications and actions that action groups enable, such as email, webhooks, and Azure Functions.
44
author: dkamstra
55
ms.topic: conceptual
6-
ms.date: 06/06/2022
7-
ms.author: dukek
8-
ms.reviewer: dukek
6+
ms.date: 09/07/2022
7+
ms.author: jagummersall
8+
ms.reviewer: jagummersall
99
ms.custom: references_regions
1010

1111
---
@@ -43,7 +43,16 @@ An action group is a **global** service, so there's no dependency on a specific
4343

4444
### Configure basic action group settings
4545

46-
1. Under **Project details**, select values for **Subscription** and **Resource group**. The action group is saved in the subscription and resource group that you select.
46+
1. Under **Project details**
47+
- Select values for **Subscription** and **Resource group**.
48+
- Select the region
49+
50+
| Option | Behavior |
51+
| ------ | -------- |
52+
| 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/en-in/global-infrastructure/geographies/#overview).<br></br>Voice, SMS and email actions performed as the result of [service health alerts](https://docs.microsoft.com/en-us/azure/service-health/alerts-activity-log-service-notifications-portal) are resilient to Azure live-site-incidents. |
53+
| Regional | The action group is stored within the selected region. The action group is [zone-redundant](https://docs.microsoft.com/en-us/azure/availability-zones/az-region#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/en-in/global-infrastructure/geographies/#overview). |
54+
55+
The action group is saved in the subscription, region and resource group that you select.
4756

4857
1. Under **Instance details**, enter values for **Action group name** and **Display name**. The display name is used in place of a full action group name when the group is used to send notifications.
4958

0 commit comments

Comments
 (0)