An administrator configures an Azure Monitor activity log alert to trigger whenever a resource is deleted within a production resource group. The alert uses an action group that contains two actions: an email notification to the operations team and an SMS notification to the operations manager's mobile phone (+44 country code). During a testing window, an automated script deletes 10 temporary resources in the resource group within a two-minute period. The operations team receives 10 emails, but the operations manager only receives the first SMS notification. Which of the following is the most likely reason for this behavior?
- SMS actions in Azure Monitor action groups are rate-limited to a maximum of one message every 5 minutes.Answer
- BSMS actions in Azure Monitor action groups are rate-limited to a maximum of 10 messages per hour.
- CThe operations manager's mobile phone country code is not supported for SMS notifications by Azure Monitor.
- DAn alert processing rule is active that suppresses notifications for identical alerts within a 5-minute window.
Answer
SMS actions in Azure Monitor action groups are rate-limited to a maximum of one message every 5 minutes.
The correct answer is that SMS actions in Azure Monitor action groups are rate-limited to a maximum of one message every 5 minutes. Because the deletions occurred within a two-minute window, only the first event succeeded in sending an SMS, while the subsequent SMS notifications were suppressed by the rate-limiting mechanism. Emails were unaffected because their rate limit is much higher (100 emails per hour).
Step-by-Step Solution
Key Concept
Azure Monitor Action Group Rate Limits