nerdexam
Microsoft

AZ-120 · Question #273

You have an Azure virtual machine named VM1 that runs SUSE Linux Enterprise Server (SLES). You need to deploy Azure Monitor for SAP Solutions to VM1. The solution must support gathering CPU and…

The correct answer is B. Node Exporter. Node Exporter is the correct component because Azure Monitor for SAP Solutions relies on it to scrape OS-level hardware metrics - CPU usage, memory utilization, disk I/O, and network stats - from Linux hosts via the Prometheus metrics pipeline. Without it, the infrastructure…

Maintain SAP workloads on Azure

Question

You have an Azure virtual machine named VM1 that runs SUSE Linux Enterprise Server (SLES). You need to deploy Azure Monitor for SAP Solutions to VM1. The solution must support gathering CPU and memory metrics. What should you install on VM1?

Options

  • Athe SAPControl web service
  • BNode Exporter
  • CPerformance co-pilot
  • Dthe Log Analytics agent

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    93% (27)
  • C
    3% (1)

Explanation

Node Exporter is the correct component because Azure Monitor for SAP Solutions relies on it to scrape OS-level hardware metrics - CPU usage, memory utilization, disk I/O, and network stats - from Linux hosts via the Prometheus metrics pipeline. Without it, the infrastructure telemetry layer simply has no data source.

Why the distractors fail:

  • A (SAPControl) monitors SAP application processes (start/stop state, work process status) - not OS hardware metrics.
  • C (Performance Co-Pilot) is a capable Linux performance tool, but Azure Monitor for SAP Solutions does not use it as a metrics source; the architecture is built around Prometheus/Node Exporter.
  • D (Log Analytics agent) is a log-shipping agent (and being deprecated); it handles log ingestion, not real-time CPU/memory metric collection for SAP monitoring.

Memory tip: Break down the name - "Node Exporter" exports node (host/OS) metrics. Whenever a question asks about CPU or memory on a Linux VM in the Azure Monitor for SAP stack, the answer is the tool that exports the node's hardware data.

Topics

#Azure Monitor for SAP Solutions#Node Exporter#Prometheus#Linux metrics

Community Discussion

No community discussion yet for this question.

Full AZ-120 Practice