Objective monitoring.toolsAZ-900

Describe monitoring tools in Azure

Objective monitoring.tools sits in Describe Azure management and governance, which carries 35% of the Azure Fundamentals exam. The questions below are original, written from the official objective title above, and each explanation cites the Microsoft Azure page it rests on.

Objective title verbatim from the official objectives. Microsoft Azure exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

monitoring-toolsDescribe Azure management and governanceEasy

Which Azure Monitor workspace type stores Prometheus metrics?

Log Analytics workspaceLog Analytics workspaces hold log and trace data queried with KQL. The names are close, and the data stores are not.
Application Insights resourceAn Application Insights resource collects application telemetry and stores it in a Log Analytics workspace behind the scenes.
Azure Storage accountA storage account is a destination for archived diagnostic data, not a workspace the metrics tools query.
Azure Data Explorer clusterData Explorer runs KQL over large datasets and shares heritage with Log Analytics, but it is a separate service.
Azure Monitor workspaceCorrect · your answerCorrect: despite the similar names, this is the metrics store, with PromQL as its language.

Correct.

Concept

One monitoring service can carry more than one data store, each with its own ingestion path and query dialect. Picking the wrong store means the query language will not run.

Why E

The data platform uses two workspace types: Log Analytics workspaces collect log and trace data queried with KQL, while Azure Monitor workspaces collect Prometheus and OpenTelemetry metrics queried with PromQL.

#azure-monitor#data-platform#prometheus

Now you: objective monitoring.tools questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

monitoring-toolsDescribe Azure management and governanceModerate

Your analyst needs to query collected log and trace data in Log Analytics. Which query language applies?

Sample question 2 of 3

monitoring-toolsDescribe Azure management and governanceModerate

Your team wants an alert on a metric threshold to start an Automation runbook without writing glue code. What carries that action?

Sample question 3 of 3

monitoring-toolsDescribe Azure management and governanceModerate

Your company runs servers on-premises and in another cloud, and wants them monitored alongside Azure resources. What makes that possible?

That’s 3 of the full Azure Fundamentals bank.

Keep going free: 10 questions per certification in bank practice, with no account.

Continue practicing

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Describe Azure management and governance