An administrator is designing a monitoring and alerting solution in Azure. The administrator configures an Azure Monitor metric alert rule that evaluates a metric every minute and associates it with an Azure Monitor action group. The action group contains both an SMS receiver and an Email receiver to notify an engineer.
During an incident, the alert triggers and resolves repeatedly, firing exactly once every minute for a total duration of hour ( minutes).
Which two of the following statements accurately describe the notification delivery behavior during this -hour period?
- The engineer will receive a maximum of SMS notifications due to the rate limit of one SMS every minutes.Answer
- The engineer will receive all email notifications because the volume is below the rate limit of emails per hour.Answer
- CThe engineer will receive all SMS notifications because rate limits are automatically bypassed for critical alerts.
- DThe engineer will receive a maximum of email notifications due to a rate limit of one email every minutes.
Answer
The correct statements are that the engineer will receive a maximum of SMS notifications due to the rate limit of one SMS every minutes, and they will receive all email notifications because the email volume is below the limit of emails per hour.
The correct options identify that SMS notifications are restricted by a rate limit of one SMS every minutes, leading to a maximum of delivered messages in an hour. Additionally, the email limit is per hour, meaning all emails will be successfully delivered.
Step-by-Step Solution
Key Concept
Azure Monitor Action Group Rate Limits
Estimated Time:1m 30s