Objective azure.files-blob-storageAZ-104

Configure Azure Files and Azure Blob Storage

Objective azure.files-blob-storage sits in Implement and manage storage, which carries 19% of the Azure Administrator exam. The questions below are original, written from the official objective title above, and each explanation cites the Microsoft Azure page it rests on.

Objective title verbatim from the official objectives. Microsoft Azure exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

Implement and manage storageModerate

A company stores project files in an Azure Files share and needs to investigate a spike in failed file requests by querying diagnostic logs with Kusto Query Language. Which Azure Monitor data platform component should the administrator use?

Correct.

The concept

Azure Monitor's data platform splits telemetry into two workspace types: Log Analytics workspaces for logs and traces queried with KQL, and Azure Monitor workspaces for Prometheus and OpenTelemetry metrics queried with PromQL.

Why this answer

Log Analytics workspaces collect log and trace data, which is analyzed with Kusto Query Language, matching the requirement to query diagnostic logs.

  • Correct: this is the workspace type that stores logs and traces for KQL analysis.
  • BAzure Monitor workspaces hold Prometheus and OpenTelemetry metrics analyzed with PromQL, not log data, so it cannot run a KQL log query.
  • CMetrics explorer is a tool for analyzing metrics with PromQL, not for querying stored logs with KQL.
  • DAutoscale automatically adds or removes resources based on load and has no role in querying diagnostic logs.
  • EAction groups define how alerts are routed to notification or automation workflows, not how logs are queried.
Read the sourceAzure Monitor overview
Verified against learn.microsoft.com · 2026-07-28
azure-monitorlog-analyticskqlstorage-diagnostics

Now you: objective azure.files-blob-storage questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

Implement and manage storageHard

An administrator configured alerts on a storage account with several blob containers and wants related alerts automatically grouped into a single incident with supporting evidence and recommended next steps, without writing custom correlation logic. Which capability should be enabled?

Sample question 2 of 3

Implement and manage storageModerate

An administrator needs to review log and trace data collected from a Blob Storage account and run queries against that data using the query language designed for it. Which workspace type and language should the administrator use?

Sample question 3 of 3

Implement and manage storageHard

A GitHub Actions pipeline must authenticate directly to an Azure Blob Storage account during automated deployment runs, with no human user signing in. Which identity product is intended for this kind of nonhuman, service-to-service authentication?

Full Azure Administrator question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in Implement and manage storage