Question

Difficulty: EasyAzure Monitor and Log Analytics

A company is setting up monitoring and health tracking for their Azure virtual machines. They need to understand the difference between Azure Monitor and Azure Service Health.

Which of the following statements correctly describe these services? (Select TWO)

  1. Azure Monitor collects and analyzes performance metrics, such as CPU and memory utilization, from your Azure resources.Answer
  2. Azure Service Health alerts you about regional outages, planned maintenance, and health advisories that affect your Azure subscription.Answer
  3. C
    Azure Service Health is used to query performance log telemetry from individual virtual machines using Kusto Query Language (KQL).
  4. D
    Azure Monitor provides official notifications when global Azure services experience wide-scale infrastructure outages.

Answer

Azure Monitor collects and analyzes performance metrics from Azure resources, and Azure Service Health alerts you about regional outages and planned maintenance.
Azure Monitor is used to gather resource-specific telemetry (like CPU and memory metrics), while Azure Service Health provides information about Microsoft Azure service issues, outages, and planned maintenance affecting your resources.

Step-by-Step Solution

1
Identify the purpose of Azure Monitor.
Azure Monitor is responsible for resource-level telemetry, including metrics like CPU/memory usage and logs.
This helps determine which options accurately describe resource-level performance tracking.
2
Identify the purpose of Azure Service Health.
Azure Service Health is responsible for notifying users about Azure service outages, planned maintenance, and service advisories that affect their subscriptions.
This distinguishes global or service-level health tracking from resource-level monitoring.

Key Concept

Azure Monitor and Azure Service Health serve distinct purposes: Azure Monitor tracks individual resource performance (metrics and logs), whereas Azure Service Health tracks the health and status of Azure services and infrastructure.
Estimated Time:1m 0s
Rate this question