Question 668 of 1,170
Monitor and Maintain Azure ResourceshardMultiple ChoiceObjective-mapped

AZ-104 Monitor and Maintain Azure Resources Practice Question

This AZ-104 practice question tests your understanding of monitor and maintain azure resources. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Your operations team needs to run Kusto queries across collected sign-in logs, VM performance counters, and Azure Activity Log data in a central location. What should you deploy?

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

A Log Analytics workspace

A Log Analytics workspace is the central repository in Azure that ingests and stores diagnostic data from multiple sources, including sign-in logs (Azure AD), VM performance counters (Azure Monitor for VMs), and Azure Activity Logs. It supports Kusto Query Language (KQL) for running complex queries across all collected data, making it the correct choice for this requirement.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • A Log Analytics workspace

    Why this is correct

    This is the service designed for centralized log retention and KQL-based analysis.

    Related concept

    Read the scenario before looking for a memorised answer.

  • An availability zone

    Why it's wrong here

    Availability zones improve resiliency, not analytics.

    When this WOULD be correct

    You need to deploy a solution that ensures your application remains available even if one Azure datacenter fails. Deploying VMs across multiple availability zones provides fault tolerance and high availability.

  • A NAT gateway

    Why it's wrong here

    A NAT gateway handles outbound connectivity, not logging.

    When this WOULD be correct

    You need to provide secure outbound internet access for resources in a virtual network while preventing inbound connections from the internet. Deploying a NAT gateway would be the correct solution.

  • A standard public IP address

    Why it's wrong here

    A public IP address does not store or query logs.

    When this WOULD be correct

    When a question asks for a resource that provides a static public IPv4 address for outbound internet access from a virtual machine or load balancer, or for inbound access to a resource without a public endpoint, a standard public IP address is the correct answer.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-104 exam frequently reuses these exact scenarios with slightly different constraints.

A Log Analytics workspaceCorrect answer

Why this is correct

This is the service designed for centralized log retention and KQL-based analysis.

An availability zoneWrong answer — click to see why

Why this is wrong here

An availability zone is a physically separate datacenter within an Azure region, used for high availability and disaster recovery, not for centralizing and querying log data from multiple sources.

★ When this WOULD be the correct answer

You need to deploy a solution that ensures your application remains available even if one Azure datacenter fails. Deploying VMs across multiple availability zones provides fault tolerance and high availability.

Why candidates choose this

Candidates may confuse 'availability zone' with a centralized data repository, or think it provides a central location for data, but it is actually a high-availability feature.

A NAT gatewayWrong answer — click to see why

Why this is wrong here

A NAT gateway is used to enable outbound internet connectivity for virtual networks, not to centralize and query logs. It does not store or analyze log data.

★ When this WOULD be the correct answer

You need to provide secure outbound internet access for resources in a virtual network while preventing inbound connections from the internet. Deploying a NAT gateway would be the correct solution.

Why candidates choose this

Candidates may confuse 'gateway' with a central collection point, or think NAT is involved in log routing due to its role in network traffic.

A standard public IP addressWrong answer — click to see why

Why this is wrong here

A standard public IP address is used for outbound connectivity and inbound access to Azure resources, not for centralizing and querying log data from multiple sources like sign-in logs, VM performance counters, and Activity Logs.

★ When this WOULD be the correct answer

When a question asks for a resource that provides a static public IPv4 address for outbound internet access from a virtual machine or load balancer, or for inbound access to a resource without a public endpoint, a standard public IP address is the correct answer.

Why candidates choose this

Candidates may confuse public IP addresses with the concept of a 'central location' for data, thinking that a public IP could be used to aggregate logs from different sources via network endpoints.

Analysis generated from the official AZ-104blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may confuse a Log Analytics workspace with other networking or compute resources, thinking a NAT gateway or public IP is needed for data ingestion, when in fact Azure Monitor agents and diagnostic settings send data directly to the workspace without requiring public internet exposure.

Detailed technical explanation

How to think about this question

Under the hood, a Log Analytics workspace stores data in Azure Data Explorer clusters optimized for KQL queries, with retention policies configurable per table (e.g., 30 days for Activity Logs, 90 days for sign-in logs). In a real-world scenario, you can use cross-workspace queries to join data from multiple workspaces, but for centralized querying, a single workspace is simpler and avoids latency from distributed queries.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

An e-commerce site experiences heavy traffic on Black Friday and near-zero traffic during off-peak weeks. Rather than provisioning permanent large VMs, the team uses auto-scaling groups that add capacity automatically under load and reduce it overnight. Questions like this test whether you understand elasticity, availability zones, and cloud compute scaling patterns.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related AZ-104 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free AZ-104 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Monitor and Maintain Azure Resources — This question tests Monitor and Maintain Azure Resources — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: A Log Analytics workspace — A Log Analytics workspace is the central repository in Azure that ingests and stores diagnostic data from multiple sources, including sign-in logs (Azure AD), VM performance counters (Azure Monitor for VMs), and Azure Activity Logs. It supports Kusto Query Language (KQL) for running complex queries across all collected data, making it the correct choice for this requirement.

What should I do if I get this AZ-104 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Keep practising

More AZ-104 practice questions

Last reviewed: Jun 11, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

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.