Medium1 markMultiple Choice
AZ-900 · Question 60 · Domain 3.4: Monitoring Tools
Which feature of Azure Monitor allows you to write queries to analyze and correlate massive amounts of log data collected from your resources?
Which feature of Azure Monitor allows you to write queries to analyze and correlate massive amounts of log data collected from your resources?
Answer options:
A.
Application Insights
B.
Log Analytics
C.
Azure Advisor
D.
Azure Service Health
How to approach this question
Identify the tool used specifically for querying log data using the Kusto Query Language (KQL).
Full Answer
B.Log Analytics✓ Correct
Log Analytics
Log Analytics is the primary tool in Azure Monitor for querying log data. You use the Kusto Query Language (KQL) to write queries that can quickly sort, filter, and analyze millions of log records to find issues.
Common mistakes
Confusing Log Analytics with Application Insights. Application Insights sends data TO a Log Analytics workspace.
Practice the full Azure Fundamentals AZ-900 Practice Exam 1
60 questions · hints · full answers · grading
More questions from this exam
Q01Which of the following best describes cloud computing?EasyQ02True or False: In an Infrastructure as a Service (IaaS) model, the cloud provider is responsible ...EasyQ03Which TWO of the following are recognized cloud deployment models? (Select TWO)MediumQ04What is the primary benefit of high availability in cloud computing?EasyQ05Which financial model allows a company to pay only for the computing resources they use, rather t...Easy
Expert