hardmultiple choiceObjective-mapped

An administrator enabled diagnostic settings on a storage account and selected the resource-specific table format for Log Analytics. A coworker later queried AzureDiagnostics and received no rows. What should the administrator tell the coworker to do?

Question 1hardmultiple choice
Full question →

An administrator enabled diagnostic settings on a storage account and selected the resource-specific table format for Log Analytics. A coworker later queried AzureDiagnostics and received no rows. What should the administrator tell the coworker to do?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Query the dedicated storage resource tables created by the diagnostic setting instead of AzureDiagnostics

Resource-specific export writes to service-specific tables, so AzureDiagnostics will not contain those records.

B

Distractor review

Recreate the storage account because AzureDiagnostics is only populated by new resources

The problem is the table choice in Log Analytics, not the age or identity of the storage account.

C

Distractor review

Change the storage account replication type to GRS so diagnostic logs are duplicated

Redundancy settings protect data durability, but they do not affect how logs are written into Log Analytics tables.

D

Distractor review

Enable Azure Monitor metrics collection on the storage account before querying AzureDiagnostics

Metrics and logs are separate telemetry streams, and metrics do not populate AzureDiagnostics.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

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.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • 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.

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.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this AZ-104 question test?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Query the dedicated storage resource tables created by the diagnostic setting instead of AzureDiagnostics — When diagnostic settings use the resource-specific format, Azure Monitor writes data into service-specific tables rather than the generic AzureDiagnostics table. That is why a query against AzureDiagnostics returns no rows. The correct troubleshooting step is to query the table or tables created for that storage service and diagnostic category, using the resource-specific schema that was chosen. Why others are wrong: Option B incorrectly treats this as a provisioning issue instead of a schema issue. Option C confuses storage durability with monitoring output. Option D mixes up metrics with logs; metrics do not populate AzureDiagnostics and do not fix a schema mismatch in Log Analytics.

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

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.