Monitor (1 / 12): What should you use if you want to be notified if your website becomes unresponsive in different geographical regions within Azure?
Answer:
The correct option is to add a rule in the Availability Test in Azure Application Insights. This allows you to set up an alert that will notify you via email or SMS if the web app becomes unresponsive in different geographical regions.
Load Balancer rule is used to distribute network traffic, not to monitor website responsiveness.
Geo-Redundancy alerts in Azure Storage are related to data replication and availability, not website responsiveness.
Traffic Manager monitoring is used for routing network traffic and does not directly provide notifications for website responsiveness.