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

Quick Answer

The answer is to configure diagnostic settings for the Activity Log. This is correct because Azure’s default retention for the Activity Log is only 90 days, and the native mechanism to extend Azure Activity Log retention beyond default for long-term analysis is to route the data via diagnostic settings to a Log Analytics workspace for querying or to an Azure Storage account for archival. On the AZ-104 exam, this question tests your understanding that diagnostic settings are the sole configuration for controlling Activity Log retention, not the Activity Log blade itself—a common trap is assuming you can adjust retention directly on the log’s properties page. Remember, the Activity Log is a platform-level log, so you must send it elsewhere to keep it past 90 days. A helpful memory tip: “Diagnostics drive duration”—if you need data beyond the default, you must set up a diagnostic destination.

AZ-104 Monitor and Maintain Azure Resources Practice Question

This AZ-104 practice question tests your understanding of monitor and maintain azure resources. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. 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 company must retain Azure Activity Log data beyond the built-in retention period and make it available for long-term analysis. Which configuration should you use?

Question 1hardmultiple choice
Full question →

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

Diagnostic settings for the Activity Log

Azure Activity Log is retained by default for 90 days. To store data beyond this period for long-term analysis, you must configure diagnostic settings to route the Activity Log to a Log Analytics workspace (for querying) or an Azure Storage account (for archival). This is the only native mechanism to extend retention and enable long-term analysis.

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.

  • Diagnostic settings for the Activity Log

    Why this is correct

    Diagnostic settings export Activity Log data to supported long-term destinations.

    Related concept

    Read the scenario before looking for a memorised answer.

  • A ReadOnly lock on the subscription

    Why it's wrong here

    A lock does not change Activity Log retention.

  • An availability set

    Why it's wrong here

    An availability set is unrelated to Activity Log storage.

  • NSG flow logs only

    Why it's wrong here

    NSG flow logs capture network traffic information, not the Azure Activity Log.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse the built-in 90-day retention of the Activity Log with the ability to extend it, mistakenly thinking a lock or other resource configuration can preserve the data, when only diagnostic settings provide the export and retention control needed.

Detailed technical explanation

How to think about this question

Under the hood, diagnostic settings for the Activity Log use Azure Monitor's data collection pipeline to stream the log to a destination of your choice. When sent to a Log Analytics workspace, you can query the data with KQL for up to two years (or more with workspace retention settings), while storage accounts allow indefinite archival with lifecycle management policies. A common real-world scenario is compliance auditing, where you must retain Activity Log data for years to meet regulatory requirements like SOC 2 or GDPR.

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

A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.

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: Diagnostic settings for the Activity Log — Azure Activity Log is retained by default for 90 days. To store data beyond this period for long-term analysis, you must configure diagnostic settings to route the Activity Log to a Log Analytics workspace (for querying) or an Azure Storage account (for archival). This is the only native mechanism to extend retention and enable long-term analysis.

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

Same concept, more angles

3 more ways this is tested on AZ-104

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. Your company must retain Azure Activity Log data beyond the default retention period and make it available for long-term analysis. What should you configure?

hard
  • A.Diagnostic settings for the Activity Log
  • B.A ReadOnly lock on the subscription
  • C.An availability set
  • D.NSG flow logs only

Why A: Diagnostic settings for the Activity Log allow you to stream the log to a Log Analytics workspace, storage account, or Event Hubs, thereby extending retention beyond the default 90 days (for storage) or indefinitely (in Log Analytics). This is the only mechanism that enables long-term retention and analysis of Azure Activity Log data.

Variation 2. Your company needs to retain Azure Activity Log data longer than the built-in retention period and make it available for future analysis. What should you configure?

hard
  • A.Diagnostic settings for the Activity Log
  • B.A CanNotDelete lock on the subscription
  • C.An availability set
  • D.An NSG flow log only

Why A: Azure Activity Log has a default retention period of 30 days for Standard tier subscriptions and 90 days for others. To retain data longer, you must configure diagnostic settings to stream the Activity Log to a Log Analytics workspace (for long-term querying) or to an Azure Storage account (for archival). Diagnostic settings allow you to define the retention duration beyond the built-in limit, enabling future analysis.

Variation 3. You need to keep Azure activity log data for longer than the default retention period and make it available for analysis. What should you configure?

hard
  • A.Diagnostic settings for the activity log
  • B.A resource lock on the subscription
  • C.An availability zone
  • D.A scale set autoscale policy

Why A: The default retention period for Azure activity logs is 90 days. To retain activity log data beyond this period and make it available for analysis (e.g., in a Log Analytics workspace, storage account, or Event Hubs), you must configure diagnostic settings for the activity log. This allows you to stream the log data to a destination of your choice, where you can set custom retention policies.

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.