Question

Difficulty: EasyAzure Monitor and Log Analytics

An organization needs to query and analyze telemetry logs gathered from several cloud resources in a central repository. Which Azure Monitor feature should the organization use to write and run these queries?

  1. A
    Azure Policy
  2. Log AnalyticsAnswer
  3. C
    Azure Service Health
  4. D
    Azure Arc

Answer

Log Analytics
Log Analytics is the feature within Azure Monitor used to write and run Kusto Query Language (KQL) queries on log data collected from various resources in a centralized workspace.

Step-by-Step Solution

1
Identify the requirement to query and analyze log telemetry from resources in a central repository.
The requirement specifies log querying and analysis.
Understanding the core task helps filter out management and policy services.
2
Recall the feature within Azure Monitor designed for writing log queries.
Log Analytics is the environment where queries are executed against log data.
Log Analytics uses Kusto Query Language (KQL) to search, filter, and analyze logs collected by Azure Monitor.

Key Concept

Azure Monitor Log Analytics allows users to query and analyze log data collected from monitored resources.
Estimated Time:45s
Rate this question