easymulti selectObjective-mapped

You want to send a storage account's platform logs to a workspace so they can be queried with KQL later. Which two items are part of the required configuration? Select two.

Question 1easymulti select
Full question →

You want to send a storage account's platform logs to a workspace so they can be queried with KQL later. Which two items are part of the required configuration? Select two.

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

Diagnostic settings on the storage account

Diagnostic settings control which logs and metrics are exported from the resource.

B

Best answer

A Log Analytics workspace

The workspace stores the logs so they can be searched with KQL queries.

C

Distractor review

A network security group

NSGs filter network traffic, but they do not collect or store diagnostic logs.

D

Distractor review

A Recovery Services vault

Recovery Services vaults are for backup workloads, not for log collection.

E

Distractor review

An availability zone assignment

Availability zones improve resilience, but they do not configure telemetry export.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

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?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Diagnostic settings on the storage account — To query storage account logs later with KQL, you must enable diagnostic settings on the storage account and send the data to a Log Analytics workspace. Diagnostic settings are the export mechanism, while the workspace is the destination that indexes and retains the logs for analysis. Without both, the logs are not routed into a queryable monitoring store. Why others are wrong: A network security group affects traffic flow, not telemetry export. A Recovery Services vault handles backup and restore, not diagnostic logs. Availability zones are about regional resiliency and do not provide a log destination or collection path.

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.