An administrator manages a fleet of virtual machines and Azure SQL databases in the East US region. The administrator needs to configure notifications and view status reports for two specific scenarios:
1. When Microsoft schedules a host infrastructure upgrade that will temporarily impact the virtual machines in East US.
2. When a specific virtual machine instance becomes unavailable due to an unexpected hardware failure on the physical host.
Which of the following Azure features should the administrator use to address these requirements? (Select TWO.)
- Azure Service Health to track and configure alerts for the upcoming host infrastructure upgradesAnswer
- Azure Resource Health to view the status and configure alerts for the specific virtual machine hardware failuresAnswer
- CAzure Monitor log search alerts to detect when Microsoft schedules platform-wide infrastructure upgrades
- DAzure Advisor to receive real-time notifications when a virtual machine's physical host fails
- EAzure Status to receive personalized alert notifications regarding the specific virtual machine's hardware state
Answer
The administrator should use Azure Service Health to track and configure alerts for planned host upgrades, and Azure Resource Health to monitor and receive alerts for individual virtual machine failures.
The correct options are the ones referring to Azure Service Health and Azure Resource Health. Azure Service Health is correct because it informs you about planned maintenance (such as scheduled host upgrades) affecting your subscription's resources. Azure Resource Health is correct because it provides diagnostics and alerting for individual resource instances when they fail due to platform-level issues (like physical host hardware failure).
Step-by-Step Solution
Key Concept
Distinguishing between the scopes of Azure Service Health (for subscription/service wide planned maintenance and service issues) and Azure Resource Health (for individual resource status and platform-induced failures), and separating them from general monitoring tools like Azure Monitor.