Question

Difficulty: MediumAzure Monitor and Log Analytics

A company wants to implement a centralized monitoring strategy for its cloud infrastructure and applications. The IT administrator needs to identify the specific capabilities of Azure Monitor to ensure it is used for the correct operational tasks.

Which of the following tasks can be accomplished by using Azure Monitor? (Select TWO)

  1. Analyze web application performance and trace user sessions by using Application Insights.Answer
  2. Run Kusto Query Language (KQL) queries to retrieve and filter log data stored in a Log Analytics workspace.Answer
  3. C
    Track global Azure service outages and receive alerts about planned platform maintenance affecting Azure regions.
  4. D
    Enforce compliance regulations by blocking the creation of resources that violate resource group location rules.

Answer

The correct options are the ones stating that Azure Monitor can be used to analyze web application performance using Application Insights, and to run Kusto Query Language (KQL) queries in a Log Analytics workspace.
The correct tasks are analyzing application performance with Application Insights and running KQL queries in a Log Analytics workspace. Azure Monitor is a comprehensive solution for collecting, analyzing, and acting on telemetry from cloud and on-premises environments. Application Insights is an extension of Azure Monitor that provides Application Performance Management (APM), while Log Analytics is the tool in the Azure portal used to edit and run log queries using KQL.

Step-by-Step Solution

1
Identify the primary capabilities of Azure Monitor.
Azure Monitor collects, analyzes, and acts on telemetry data from cloud and on-premises environments. It includes features like Application Insights for application performance monitoring and Log Analytics workspaces for querying log data using KQL.
This establishes the scope of Azure Monitor features.
2
Evaluate each option against the capabilities of Azure Monitor and differentiate them from other Azure governance and health tools.
Analyzing application performance with Application Insights and querying logs with KQL are core Azure Monitor features. In contrast, tracking regional Azure health outages belongs to Azure Service Health, and enforcing compliance rules belongs to Azure Policy.
This allows selecting the correct options and eliminating distractors.

Key Concept

Azure Monitor provides full-stack monitoring, advanced analytics through Log Analytics and KQL, and application performance monitoring through Application Insights. It is distinct from Azure Service Health, which reports on the status of Azure services globally.
Rate this question