To query Azure service outage events and resource performance metrics within the same Log Analytics workspace using Kusto Query Language (KQL), you must configure Azure Service Health to send its activity logs to that workspace, as Azure Monitor does not automatically consolidate platform-wide service health incidents into resource-level log repositories.
Answer: Answer
Answer
True
The statement is true because platform-level service health notifications (managed by Azure Service Health) are written to the Azure Activity Log, while resource-level performance metrics and logs are managed by Azure Monitor in their own repositories. These two streams do not automatically merge; they require the administrator to configure a diagnostic setting to route the Activity Log to the target Log Analytics workspace for unified KQL querying.
Step-by-Step Solution
Key Concept
Integration of Azure Service Health and Azure Monitor Log Analytics