Question

Difficulty: MediumAzure Monitor and Log Analytics

When investigating whether a regional power failure in an Azure datacenter is impacting your application's availability, you should review Azure Service Health, while monitoring the ongoing disk read/write speeds of a specific database server requires configuring Azure Monitor.

Answer: Answer

Answer

True
The statement correctly distinguishes between Azure Service Health (for platform-wide and regional infrastructure status) and Azure Monitor (for resource-specific performance telemetry).

Step-by-Step Solution

1
Identify the tool required for datacenter/regional infrastructure status.
Azure Service Health provides status updates on regional outages and planned maintenance.
It tracks issues originating from the Azure platform itself that impact your subscription.
2
Identify the tool required for individual resource performance telemetry.
Azure Monitor collects and analyzes performance metrics (such as disk read/write speeds) for specific individual resources.
It is designed to monitor the health and performance of your own deployed resources rather than the global cloud infrastructure.

Key Concept

Distinction between Azure Monitor (resource-level performance) and Azure Service Health (global platform issues)
Rate this question