The answer is to configure diagnostic settings to send logs to a Log Analytics workspace. This is correct because diagnostic settings in Azure are the mechanism that streams platform logs—including storage account logs for blobs, tables, queues, and files—directly into a Log Analytics workspace, where they become available for querying with Kusto Query Language (KQL). Without this configuration, storage logs remain in raw, unqueryable formats like JSON files in a storage container. On the AZ-104 exam, this question tests your understanding of the diagnostic settings pipeline and the distinction between archiving logs to a storage account (for compliance) versus sending them to Log Analytics (for real-time KQL querying). A common trap is confusing the “Archive to a storage account” destination with the “Send to Log Analytics” option—only the latter enables KQL queries. Memory tip: think “Diagnostics to Log Analytics equals KQL queryable”—if you need to query, you must send to Log Analytics, not just archive.
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.
Exhibit
Storage account: mystorage01
Diagnostic settings:
- Send to Log Analytics workspace: Not configured
- Archive to storage account: Off
- Stream to event hub: Off
Logs: Disabled
Metrics: Enabled
Based on the exhibit, what should the administrator configure so storage logs can be queried later with KQL?
Storage account: mystorage01
Diagnostic settings:
- Send to Log Analytics workspace: Not configured
- Archive to storage account: Off
- Stream to event hub: Off
Logs: Disabled
Metrics: Enabled
A
Create a backup policy for the storage account so the logs are retained automatically.
Why wrong: Backup policies protect supported workloads such as Azure VMs. They do not enable operational log collection from a storage account.
B
Enable a resource lock on the storage account so no logs are lost.
Why wrong: A lock helps prevent modification or deletion. It does not collect logs or make them queryable in Log Analytics.
C
Turn on blob versioning so every change to the storage account is searchable.
Why wrong: Blob versioning helps preserve object versions, but it does not forward platform logs to a workspace for KQL analysis.
D
Configure diagnostic settings to send logs to a Log Analytics workspace.
Diagnostic settings are used to export resource logs and metrics from Azure resources. Sending those logs to Log Analytics makes them available for KQL queries, filtering, and investigation.
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Configure diagnostic settings to send logs to a Log Analytics workspace.
Diagnostic settings in Azure allow you to stream platform logs, including storage logs, to a Log Analytics workspace. Once the logs are in Log Analytics, you can query them using Kusto Query Language (KQL) to analyze storage operations, errors, and metrics. This is the only option that directly enables querying storage logs with KQL.
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.
✗
Create a backup policy for the storage account so the logs are retained automatically.
Why it's wrong here
Backup policies protect supported workloads such as Azure VMs. They do not enable operational log collection from a storage account.
✗
Enable a resource lock on the storage account so no logs are lost.
Why it's wrong here
A lock helps prevent modification or deletion. It does not collect logs or make them queryable in Log Analytics.
✗
Turn on blob versioning so every change to the storage account is searchable.
Why it's wrong here
Blob versioning helps preserve object versions, but it does not forward platform logs to a workspace for KQL analysis.
✓
Configure diagnostic settings to send logs to a Log Analytics workspace.
Why this is correct
Diagnostic settings are used to export resource logs and metrics from Azure resources. Sending those logs to Log Analytics makes them available for KQL queries, filtering, and investigation.
Related concept
Read the scenario before looking for a memorised answer.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates confuse data protection features (backup, locks, versioning) with logging and monitoring capabilities, failing to recognize that only diagnostic settings can route logs to a Log Analytics workspace for KQL queries.
Detailed technical explanation
How to think about this question
Diagnostic settings in Azure Resource Manager can route logs to multiple destinations: Log Analytics workspace, Event Hubs, or Azure Storage. For KQL queries, the Log Analytics workspace is required because it indexes the logs and exposes them via the Log Analytics query interface. Storage logs include categories such as StorageRead, StorageWrite, and StorageDelete, which capture detailed request-level telemetry. Without diagnostic settings, these logs are not generated or sent to any destination.
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.
Related glossary terms
Concepts from this question explained
These glossary pages explain the core terms tested in this AZ-104 question in full detail.
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: Configure diagnostic settings to send logs to a Log Analytics workspace. — Diagnostic settings in Azure allow you to stream platform logs, including storage logs, to a Log Analytics workspace. Once the logs are in Log Analytics, you can query them using Kusto Query Language (KQL) to analyze storage operations, errors, and metrics. This is the only option that directly enables querying storage logs with KQL.
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 →
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.
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.
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.
Sign in to join the discussion.