ciply.io

Microsoft · Associate · AZ-104

AZ-104 Practice Exams & Study Guide

688 original practice questions across all five AZ-104 domains, plus Combined Skills and 6 exam-style case studies — every answer explained and backed by official Microsoft documentation. No dumps, no recycled braindumps: the link to that documentation sits under every answer, so you can check any of it yourself.

Prepares you for Microsoft Azure Administrator Exam (AZ-104)Matches Microsoft's current AZ-104 objectives (17 April 2026)Microsoft's outline →
688
original questions
124
drag-and-drop & hotspot items
100%
questions with an official source link

Everything in this pack

  • 688 original questions, written from official Microsoft documentation
  • All four question formatssingle answer, multi-select, drag-and-drop, hotspot
  • 5 practice modesExam, Review, Domain practice, Combined Skills, Case Studies
  • A weak-area report after every session, scored by official domain
  • The designed AZ-104 Study Guide and Quick Recap card deck (PDF, in the bundle)
  • Every answer linked to the exact official page behind it
  • 16 free to try right now — no card needed
  • 12 months of access, including every content update we publish in that time
  • Runs in your browser — nothing to install, no player to configure

Coverage follows the official AZ-104 blueprint

Official domainExam weightOur questions
Manage Azure identities and governance2025%125
Implement and manage storage1520%98
Deploy and manage Azure compute resources2025%163
Implement and manage virtual networking1520%192
Monitor and maintain Azure resources1015%110

Weights from Microsoft's current Skills Measured outline for AZ-104, dated 17 April 2026. Question counts follow the blueprint — never padded to hit a number.

What most AZ-104 practice sets skip

The parts that are hard to write, not just hard to answer

Certification at this level isn't single-fact recall. The objectives describe decisions that cross domains, and scenario work that takes a whole estate into account. We wrote questions for both — grounded in official documentation, like everything else here.

39

Combined Skills questions

Each one turns on facts from two or more official domains at once — the cross-area reasoning single-fact drills never build. A mode of their own, for once your domain sets are solid.

6

case studies

Read one shared scenario, then answer a set of questions about it. The scenario stays on screen, re-readable, the whole way through — so what's being tested is your judgment, not your memory of a paragraph.

The case studies in this pack

  • Case 1Relayo — migrating a three-tier retail app to Azure6 q · D1, D3, D4
  • Case 2Aldermoor — a data platform across subscriptions6 q · D2, D5
  • Case 3Veranet — governing a new Azure tenant6 q · D1
  • Case 4Ravello — a hub-and-spoke network topology6 q · D4
  • Case 5Corvina — deploying and scaling a workload as code6 q · D1, D3
  • FreeTessic — securing a storage account (free sample)3 q · try it now
Try a full case study free →

What you'll be able to do

  • Work through every domain of the AZ-104 blueprint, in the official weighting
  • Find your weak domains before the exam does — every session scores you by domain and unit
  • Handle all four question formats under time, including drag-and-drop and hotspot
  • Explain why an answer is right, not just which one it is — and check it against the official page

Judge the quality yourself

Sample question 1

Contoso runs three Azure subscriptions and wants the same users and groups to administer resources in all three. What should they do?

  • a.Create a separate Microsoft Entra tenant for each subscription
  • b.Associate all three subscriptions with the same Microsoft Entra tenant✓ correct
  • c.Combine the three subscriptions into one resource group
  • d.Replace the subscriptions with custom domain names
Why B: (B) A single Microsoft Entra tenant can be associated with multiple Azure subscriptions, so the same users, groups, and applications manage resources across all of them. (A) separate tenants would split the identities apart. (C) a resource group cannot contain subscriptions. (D) subscriptions and custom domain names are unrelated concepts.
Sample question 2

A team needs a highly available network file share that several VMs can mount over SMB or NFS with read/write access. Which service fits?

  • a.Azure Blob Storage
  • b.Azure Queue Storage
  • c.Azure Files✓ correct
  • d.Azure Table Storage
Why C: (C) Azure Files provides highly available network file shares reachable over SMB and NFS, which multiple virtual machines can share with read/write access. (A) Blob is object storage, not a mounted share. (B) Queue holds messages. (D) Table is a NoSQL key/attribute store.

Every explanation names why the right answer is right and what each wrong option actually refers to — that's the standard across all 688 questions. Try 16 of them free →

Look inside the AZ-104 Study Guide

The real opening of Chapter 1 — how the whole guide teaches. The full guide continues like this, chapter by chapter, with original diagrams and verified questions woven in.

Chapter 1 · free excerpt

How Azure Is Organized, and How You Drive It

An Azure account can hold thousands of things — virtual machines, storage, databases, networks. Nobody manages them one at a time. Azure gives you a four-level structure to group them, set a rule once, and let that rule reach everything underneath. This chapter teaches that structure: where a resource sits, who pays for it, and how one setting can govern a whole estate. Then it covers where your resources physically run, and the four tools you use to command them all. Every later chapter places its service inside this frame, so we start here and keep pointing back.

In Azure, anything you create is a resource. A virtual machine is a resource; so is a storage account, a database, or a virtual network. That is the smallest building block, the thing you actually run. The trouble is scale: a real environment has hundreds or thousands of them, and setting permissions or budgets on each one by hand would be impossible. So Azure wraps resources in three larger containers, each holding the one below it. Learn those four levels and most of Azure administration has a place to live.
A resource group is a folder for resources. Every resource lives in exactly one group at a time. You can move a resource to a different group later, but it is never in two at once. Three rules matter here. A resource group cannot be nested inside another group. It cannot be renamed once created. And any action on the group lands on everything inside it — delete the group and you delete every resource in it. So decide your naming scheme up front.

Mental model

Picture a set of nested boxes, largest to smallest: a crate (management group) holds boxes (subscriptions), each box holds folders (resource groups), each folder holds items (resources). Write a label on the crate and it applies to everything inside — every box, folder, and item. That is inheritance: a rule set high up is a rule set on all of it, at once.
Management group policies set here Subscription billing + access boundary Subscription billing + access boundary Resource group Resource group VM Storage access & policy inherit downward
Figure 1.1 — The management hierarchy. Management group → subscription → resource group → resource, broadest to narrowest. The single idea to carry out of this chapter is the arrow on the right: whatever you set high up flows down to everything beneath it.

Worked example

Walk a small company's estate. Northwind keeps two subscriptionsProduction and Development — so the two environments bill separately and carry different spending limits. Inside Production, resources are sorted into resource groups by application: one group for the web-shop app (its VMs, database, and storage together), another for the analytics app. Both subscriptions sit under one management group, where an administrator sets a single policy limiting deployments to approved regions. Nobody had to touch each subscription: the policy flowed down. When Northwind retires the analytics app, deleting its resource group removes the app's VMs, database, and storage in one stroke — the delete-applies-to-everything rule doing exactly what it says.

Excerpt ends here — the full chapter continues with the five workloads in depth, exam traps, and verified practice questions.

Quick Recap — two of the AZ-104 cards

A landscape card deck for last-mile review, ending in a Cram Sheet. One chapter card and one of the four Cram Sheet cards:

Chapter card

The management hierarchy

Management group policies set here Subscription billing + access boundary Subscription billing + access boundary Resource group Resource group VM Storage access & policy inherit downward
Build bottom-up; governance flows top-down: management group → subscription → resource group → resource.

Cram sheet · 1 of 4

Must-memorize numbers

5
IP addresses Azure reserves in every subnet (Ch 5)
/29
smallest usable subnet — 3 usable addresses (Ch 5)
256-bit
AES encryption on every storage account, always on (Ch 13)
2
access keys per storage account, for no-downtime rotation (Ch 15)
1–365
days blob / file soft-delete retention (Ch 14)
30 / 90 / 180
min. days — Cool / Cold / Archive tiers (Ch 14)
200
snapshots per Azure Files share (Ch 14)
445
SMB port for Azure Files (often ISP-blocked) (Ch 14)
93 days
Azure Monitor metric retention (Ch 17)
30 days
how long fired alerts are kept (Ch 17)
14 days
backup soft-delete recovery window, free (Ch 18)
5 min
ASR crash-consistent recovery point interval (Ch 18)

What the designed PDFs look like

Real pages from the files you download — the polish is part of what you're paying for.

AZ-104 Study Guide — real pageAZ-104 Quick Recap — real card

Simple pricing, 12 months of access

Practice Exams

$10.90launch price · 12-month access
  • 688 original questions across all 5 official domains
  • Combined Skills: 39 cross-domain questions — each one turns on two or more official domains at once
  • 6 case studies — one shared scenario, a set of questions, the scenario on screen throughout
  • All four question formats: single, multi-select, drag-and-drop, hotspot
  • Exam, Review and Section modes with a weak-area report
  • Every answer explained and linked to the official Microsoft page behind it
Best value — save $3.90

Complete Bundle

$13.90launch price · 12-month access
  • Everything in Practice Exams — the full bank, Combined Skills and case studies
  • The designed AZ-104 Study Guide (PDF), taught in learning order
  • The Quick Recap card deck for last-mile review
  • One purchase, complete preparation
  • See what's inside ↓

Study Guide + Quick Recap

$6.90launch price · 12-month access
  • Designed AZ-104 Study Guide (PDF) with original diagrams
  • Quick Recap card deck ending in a cram sheet
  • Plain-English teaching around precise exam terms
  • See what's inside ↓

Secure checkout by Stripe · VAT handled · instant access

Introductory launch pricing. The regular price applies after our launch window. Prices shown in USD; local currency and tax shown at checkout.

Who this is for

  • Anyone sitting AZ-104 for the first time and wanting the blueprint covered, not sampled
  • Retakers who need to find the gap that cost them, rather than re-reading everything
  • Practitioners stepping up from fundamentals to a role-based certification
  • Anyone who wants to check an answer against the official documentation instead of trusting it

Who it isn't for

  • Anyone looking for the live exam's actual questions. We don't have them, and nobody should be selling them to you — using them puts your certification at risk and teaches you nothing.
  • Anyone who wants to pass without understanding the material. Every answer here comes with the reasoning and the source, which is slower than memorising and the entire point.

Questions people ask before buying

Are these AZ-104 exam dumps?
No. Every question is original — built on the official exam blueprint and backed by free, public, official Microsoft documentation, with every answer linked to the exact official page behind it. We never use braindumps, leaked questions, or paywalled material. If you are looking for the live exam's actual questions, we do not have them, and we would not sell them.
How long do I have access?
12 months from purchase, including all content updates during that time — certification content changes, so we keep it current rather than promising a hollow 'lifetime'. PDFs you download during that period stay yours to keep.
Can I try before buying?
Yes — 16 questions from this bank are free with a free account, in the same player you would use after purchase. Full sample questions with their explanations are also printed on this page.
What kinds of questions are included?
The bank has 688 questions across all four formats: single answer, multi-select, drag-and-drop, hotspot. It also includes Combined Skills questions, each of which turns on facts from two or more official domains at once. Case studies are included too: one shared scenario with several questions about it, and the scenario stays on screen while you answer.
What happens when Microsoft updates the AZ-104 exam?
We re-check the bank against the new Skills Measured outline and update the questions that need it, then republish. Updates during your 12 months are included at no extra cost. We date our claim against Microsoft's published outline rather than simply saying the pack was "recently updated", so you can check the correspondence yourself.
Can I get a refund?
Yes, before you access what you bought. Because these are digital products delivered immediately, opening a paid question bank or downloading a purchased PDF ends the statutory 14-day withdrawal right — until you do, it is intact. We also refund genuine cases such as a technical failure we cannot fix. The full detail, including exactly what counts as access, is in our Refund Policy.

Full detail: Refund Policy · Terms · How we build content

The no-dumps promise

Braindump sites recycle stolen exam content — using them risks your certification and teaches you nothing. Every ciply.io question is original: built on the official exam blueprint, backed by official Microsoft documentation, and every answer links the exact page behind it — so you learn why it's right. How we build content →

Every question in this pack maps to Microsoft's published Skills Measured outline for AZ-104 — the current outline, dated 17 April 2026. When Microsoft revises it, we re-diff the bank against the new outline. Read Microsoft's outline →

ciply.io is an independent study resource and is not affiliated with, authorized, sponsored, or endorsed by Microsoft. Microsoft Azure Administrator Exam, AZ-104, and related names are trademarks of their respective owners.