Skip to content

Commit b72bcd4

Browse files
authored
Merge pull request #111829 from rboucher/patch-3
update for SMS and voice pricing.
2 parents f492225 + cb16320 commit b72bcd4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and manage action groups in the Azure portal
33
description: Learn how to create and manage action groups in the Azure portal.
44
author: dkamstra
55
ms.topic: conceptual
6-
ms.date: 2/18/2020
6+
ms.date: 4/17/2020
77
ms.author: dukek
88
ms.subservice: alerts
99
---
@@ -190,15 +190,21 @@ Write-Host $myApp.AppRoles
190190
```
191191

192192
### SMS
193-
See the [rate limiting information](./../../azure-monitor/platform/alerts-rate-limiting.md) and [SMS alert behavior](../../azure-monitor/platform/alerts-sms-behavior.md) for additional important information.
193+
See the [rate limiting information](./../../azure-monitor/platform/alerts-rate-limiting.md) and [SMS alert behavior](../../azure-monitor/platform/alerts-sms-behavior.md) for additional important information.
194194

195-
You may have a limited number of SMS actions in an Action Group.
195+
You may have a limited number of SMS actions in an Action Group.
196+
197+
If the Azure portal action group user interface does not let you select your country code, then SMS is not supported for your country. Pricing for supported countries is listed in the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details/monitor/). If your country code is not available, you can vote to have your country added at [user voice](https://feedback.azure.com/forums/913690-azure-monitor/suggestions/36663181-add-more-country-codes-for-sms-alerting-and-voice).
198+
199+
196200

197201
### Voice
198202
See the [rate limiting information](./../../azure-monitor/platform/alerts-rate-limiting.md) article.
199203

200204
You may have a limited number of Voice actions in an Action Group.
201205

206+
If the Azure portal action group user interface does not let you select your country code, then voice calls are not supported for your country. Pricing for supported countries is listed in the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details/monitor/). If your country code is not available, you can vote to have your country added at [user voice](https://feedback.azure.com/forums/913690-azure-monitor/suggestions/36663181-add-more-country-codes-for-sms-alerting-and-voice).
207+
202208
### Webhook
203209
Webhooks are retried using the following rules. The webhook call is retried a maximum of 2 times when the following HTTP status codes are returned: 408, 429, 503, 504 or the HTTP endpoint does not respond. The first retry happens after 10 seconds. The second retry happens after 100 seconds. After two failures, no action group will call the endpoint for 30 minutes.
204210

0 commit comments

Comments
 (0)