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
+32-4Lines changed: 32 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@ title: Create and manage action groups in the Azure portal
3
3
description: Learn how to create and manage action groups in the Azure portal.
4
4
author: dkamstra
5
5
ms.topic: conceptual
6
-
ms.date: 11/18/2021
6
+
ms.date: 01/15/2022
7
7
ms.author: dukek
8
+
ms.custom: references_regions
8
9
---
9
10
# Create and manage action groups in the Azure portal
10
11
An action group is a collection of notification preferences defined by the owner of an Azure subscription. Azure Monitor, Service Health and Azure Advisor alerts use action groups to notify users that an alert has been triggered. Various alerts may use the same action group or different action groups depending on the user's requirements.
@@ -94,6 +95,33 @@ Under **Instance details**:
94
95
95
96
> [!NOTE]
96
97
> When you configure an action to notify a person by email or SMS, they receive a confirmation indicating they have been added to the action group.
98
+
### Test an action group in the Azure portal (Preview)
99
+
100
+
When creating or updating an action group in the Azure portal, you can **test** the action group.
101
+
1. After creating an action rule, click on **Review + create**. Select *Test action group*.
102
+
103
+

104
+
105
+
1. Select the *sample type* and select the notification and action types that you want to test and select **Test**.
106
+
107
+

108
+
109
+
1. If you close the window or select **Back to test setup** while the test is running, the test is stopped, and you will not get test results.
1. When the test is complete either a **Success** or **Failed** test status is displayed. If the test failed, you could select *View details* to get more information.
You can use the information in the **Error details section**, to understand the issue so that you can edit and test the action group again.
117
+
To allow you to check the action groups are working as expected before you enable them in a production environment, you will get email and SMS alerts with the subject: Test.
118
+
119
+
All the details and links in Test email notifications for the alerts fired are a sample set for reference.
120
+
121
+
> [!NOTE]
122
+
> You may have a limited number of actions in a test Action Group. See the [rate limiting information](./alerts-rate-limiting.md) article.
123
+
>
124
+
> You can opt in or opt out to the common alert schema through Action Groups, on the portal. You can [find common schema samples for test action groups for all the sample types](./alerts-common-schema-test-action-definitions.md).
97
125
98
126
## Manage your action groups
99
127
@@ -153,11 +181,11 @@ While setting up *Email ARM Role* you need to make sure below 3 conditions are m
153
181
> [!NOTE]
154
182
> It can take upto **24 hours** for customer to start receiving notifications after they add new ARM Role to their subscription.
155
183
156
-
### Event Hub (Preview)
184
+
### Event hub (preview)
157
185
> [!NOTE]
158
-
> The Event Hub action type is currently in *Preview*. During the preview there may be bugs and disruptions in availability of the functionality.
186
+
> The event hub action type is currently in *Preview*. During the preview there may be bugs and disruptions in availability of the functionality.
159
187
160
-
An Event Hub action publishes notifications to an [Azure Event Hub](~/articles/event-hubs/event-hubs-about.md). You may then subscribe to the alert notification stream from your event receiver.
188
+
An event hub action publishes notifications to [Azure Event Hubs](~/articles/event-hubs/event-hubs-about.md). You may then subscribe to the alert notification stream from your event receiver.
161
189
162
190
### Function
163
191
Calls an existing HTTP trigger endpoint in [Azure Functions](../../azure-functions/functions-get-started.md). To handle a request, your endpoint must handle the HTTP POST verb.
Copy file name to clipboardExpand all lines: articles/azure-monitor/alerts/alerts-rate-limiting.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,22 @@ ms.date: 3/12/2018
10
10
# Rate limiting for Voice, SMS, emails, Azure App push notifications and webhook posts
11
11
Rate limiting is a suspension of notifications that occurs when too many are sent to a particular phone number, email address or device. Rate limiting ensures that alerts are manageable and actionable.
12
12
13
-
The rate limit thresholds are:
13
+
The rate limit thresholds in **production**are:
14
14
15
15
-**SMS**: No more than 1 SMS every 5 minutes.
16
16
-**Voice**: No more than 1 Voice call every 5 minutes.
17
17
-**Email**: No more than 100 emails in an hour.
18
18
19
19
Other actions are not rate limited.
20
20
21
+
The rate limit thresholds for **test action group** are:
22
+
23
+
-**SMS**: No more than 1 SMS every 1 minute.
24
+
-**Voice**: No more than 1 Voice call every 1 minute.
25
+
-**Email**: No more than 2 emails in every 1 minute.
26
+
27
+
Other actions are not rate limited.
28
+
21
29
## Rate limit rules
22
30
- A particular phone number or email is rate limited when it receives more messages than the threshold allows.
23
31
- A phone number or email can be part of action groups across many subscriptions. Rate limiting applies across all subscriptions. It applies as soon as the threshold is reached, even if messages are sent from multiple subscriptions.
@@ -26,4 +34,4 @@ The rate limit thresholds are:
26
34
## Next steps ##
27
35
* Learn more about [SMS alert behavior](alerts-sms-behavior.md).
28
36
* Get an [overview of activity log alerts](./alerts-overview.md), and learn how to receive alerts.
29
-
* Learn how to [configure alerts whenever a service health notification is posted](../../service-health/alerts-activity-log-service-notifications-portal.md).
37
+
* Learn how to [configure alerts whenever a service health notification is posted](../../service-health/alerts-activity-log-service-notifications-portal.md).
0 commit comments