A logistics firm runs a custom delivery dispatch application on Azure virtual machines. The operations team wants to track global Azure infrastructure incidents that could impact their deployment, and they also need to collect local performance counters such as disk write operations directly from the operating systems of their virtual machines. Which combination of services should the firm use for these two requirements?
- Azure Service Health to track global infrastructure incidents, and Azure Monitor to collect virtual machine performance countersAnswer
- BAzure Monitor to track global infrastructure incidents, and Azure Service Health to collect virtual machine performance counters
- CAzure Monitor to address both tracking infrastructure incidents and collecting virtual machine performance counters
- DAzure Service Health to address both tracking infrastructure incidents and collecting virtual machine performance counters
Answer
Azure Service Health to track global infrastructure incidents, and Azure Monitor to collect virtual machine performance counters
The correct answer correctly maps Azure Service Health to the task of tracking global infrastructure outages and maintenance, and Azure Monitor to the task of collecting performance counters from the virtual machine operating systems. Azure Service Health provides a personalized dashboard of the health of Azure services in the regions where you use them, while Azure Monitor gathers metric and log data from specific resources.
Step-by-Step Solution
Key Concept
Distinguishing between Azure Monitor and Azure Service Health for tracking cloud environment status versus individual resource telemetry.