Courseiva
Monitor and Maintain Azure ResourceshardMatchingObjective-mapped

AZ-104 Monitor and Maintain Azure Resources Practice Question

A security analyst is reviewing deleted-resource evidence, exported diagnostics, and heartbeat data. Match each monitoring term to the best description.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Central repository for collected telemetry that you query and analyze over a retention period.

The query language used to filter, summarize, and correlate log records in Azure Monitor.

Subscription-scoped record of Azure control-plane operations such as create, update, and delete.

Alert that evaluates the result of a KQL query on a schedule and fires when conditions are met.

Configuration that sends resource logs and metrics to a workspace, storage account, or Event Hub.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Activity Log: Records control-plane operations like creating or deleting resources.

The monitoring terms relate to Azure Monitor data sources. Deleted-resource evidence comes from activity logs, exported diagnostics are resource logs sent elsewhere, heartbeat data indicates agent health, and the other terms are standard Azure Monitor components.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Activity Log: Records control-plane operations like creating or deleting resources.

    Why this is correct

    The Activity Log is a platform log in Azure that records subscription-level control-plane events, including create, update, and delete operations on resources. For a deleted resource, the Activity Log captures the deletion timestamp, the user or service principal who initiated it, the operation name (e.g., Microsoft.Compute/virtualMachines/delete), and the final status. This log is retained for 90 days by default and can be exported to Log Analytics or a storage account for longer-term forensic analysis.

  • Resource Logs: Logs generated by Azure resources, often exported for analysis.

    Why this is correct

    Resource Logs are diagnostic logs emitted by a resource's internal operation, describing data-plane activity such as requests processed, read/write operations, and application-level errors. Unlike the Activity Log, these logs are not automatically collected; they require a diagnostic setting to route them to a Log Analytics workspace, storage account, or Event Hub. They provide evidence of what the resource did during its lifetime, but if a resource is deleted, its resource logs may vanish unless they were previously exported.

  • Azure Monitor Agent: Collects monitoring data including heartbeats from virtual machines.

    Why this is correct

    The Azure Monitor Agent (AMA) is the current data-collection agent used to gather telemetry from virtual machines, including operating system performance counters, Windows Event Logs, syslog entries, and custom logs. It sends a heartbeat every 60 seconds to Azure Monitor, which confirms that the VM is running and the agent is responsive. While this heartbeat is useful for detecting VM outages or unhealthy agents, it does not record management operations like a resource deletion.

  • Metrics: Rules that trigger actions based on conditions.

    Why it's wrong here

    Metrics are time-series numerical values automatically collected from Azure resources at regular intervals, such as CPU utilization, network throughput, or disk I/O bytes. They are sampled and stored in Azure Monitor Metrics, which can be charted or used to trigger alert rules. The description in the question describes Alerts, which are rule-based detectors that evaluate metric data or log queries and then perform an action, so it is categorically incorrect to equate metrics with rules.

  • Alerts: Numerical values collected at regular intervals from resources.

    Why it's wrong here

    Alerts are proactive notification rules in Azure Monitor that evaluate conditions against metric data, log queries, or activity log events and trigger actions such as email, SMS, or webhooks when a threshold is crossed. They are the logical counterpart to metrics, not the data itself. Metrics are the raw numerical measurements collected at intervals, so the definition presented here inverts the relationship between metrics and alerts.

About these practice questions

One of 1,049 original AZ-104 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AZ-104 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AZ-104 exam.