Azure Blob Storage Access Tiers: Cool vs Archive for Immediate Availability
Your company stores monthly reports in Azure Blob Storage. The reports are rarely accessed, but when needed they must be read within seconds rather than hours. You need to minimize storage cost while preserving near-immediate availability. Which access tier should you use?
Quick Answer
The answer is the Cool access tier. This is correct because Cool tier provides low-cost storage for infrequently accessed data while maintaining immediate availability with millisecond latency, unlike the Archive tier which requires hours-long rehydration before data can be read. On the AZ-104 exam, this question tests your understanding of Azure Blob Storage access tiers and their trade-offs between cost and retrieval speed; a common trap is choosing Archive to save the most money, forgetting that Archive data is offline and cannot be read within seconds. To remember this, think of the phrase “Cool is quick, Archive is asleep”—Cool keeps data instantly accessible, while Archive must be woken up first.
⚠ Common exam trap
Candidates often choose Archive tier thinking it is the cheapest option for rarely accessed data, but they overlook the critical requirement for 'within seconds' availability, which Archive cannot provide without a time-consuming rehydration process.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Cool
Cool tier is correct because it offers low storage cost for infrequently accessed data while maintaining near-immediate (milliseconds) retrieval latency. The reports are rarely accessed but must be available within seconds, which Cool tier satisfies, whereas Archive would incur hours-long rehydration delays.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Hot
Why it's wrong here
Hot is optimized for frequently accessed data and would cost more than necessary.
When this WOULD be correct
If the question specified that the reports are accessed frequently (e.g., multiple times per day) and low latency is critical, the Hot tier would be correct to balance performance and cost.
- ✓
Cool
Why this is correct
Cool minimizes cost for infrequently accessed data while keeping it available online.
- ✗
Archive
Why it's wrong here
Archive requires rehydration and does not provide near-immediate access.
When this WOULD be correct
If the question stated that reports are accessed only a few times per year and retrieval can take up to 15 hours (e.g., for compliance archives where immediate access is not needed), Archive would be correct.
- ✗
Premium
Why it's wrong here
Premium is for high-performance workloads, not low-cost infrequently accessed reports.
When this WOULD be correct
A question requiring sub-millisecond latency for frequently accessed data, such as 'Your company runs a real-time analytics dashboard that requires consistent low-latency reads on blobs. Which tier minimizes latency?' would make Premium correct.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The AZ-104 exam frequently reuses these exact scenarios with slightly different constraints.
✓CoolCorrect answer▾
Why this is correct
Cool minimizes cost for infrequently accessed data while keeping it available online.
✗HotWrong answer — click to see why▾
Why this is wrong here
The Hot tier is designed for frequently accessed data and has higher storage costs, which contradicts the requirement to minimize storage cost for rarely accessed reports.
★ When this WOULD be the correct answer
If the question specified that the reports are accessed frequently (e.g., multiple times per day) and low latency is critical, the Hot tier would be correct to balance performance and cost.
Why candidates choose this
Candidates may assume that 'near-immediate availability' requires the highest performance tier, overlooking that Cool tier also provides low-latency access at lower storage cost.
✗ArchiveWrong answer — click to see why▾
Why this is wrong here
Archive tier has the lowest storage cost but retrieval times can be hours (up to 15 hours for standard priority), which violates the requirement that reports must be read within seconds.
★ When this WOULD be the correct answer
If the question stated that reports are accessed only a few times per year and retrieval can take up to 15 hours (e.g., for compliance archives where immediate access is not needed), Archive would be correct.
Why candidates choose this
Candidates may focus solely on minimizing cost and overlook the 'within seconds' requirement, assuming Archive is always the cheapest option without considering retrieval latency.
✗PremiumWrong answer — click to see why▾
Why this is wrong here
Premium tier is designed for low-latency, high-transaction workloads (e.g., interactive apps), not for rarely accessed data. It costs significantly more than Cool and does not provide cost savings for infrequent access.
★ When this WOULD be the correct answer
A question requiring sub-millisecond latency for frequently accessed data, such as 'Your company runs a real-time analytics dashboard that requires consistent low-latency reads on blobs. Which tier minimizes latency?' would make Premium correct.
Why candidates choose this
Candidates may assume 'Premium' implies better performance for all scenarios, overlooking that it is optimized for high-frequency access and is not cost-effective for rarely accessed data.
Analysis generated from the official AZ-104blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
Quick reference
Azure Blob Storage Tier Comparison
| Tier | Storage Cost | Retrieval Cost | Latency | Use Case |
|---|---|---|---|---|
| Hot | Highest | Lowest | Immediate | Active data, frequent reads |
| Cool | Lower | Higher | Immediate | Data accessed < once / month |
| Cold | Lower still | Higher | Immediate | Data accessed < once / quarter |
| Archive | Lowest | Highest + rehydration delay | Hours | Long-term compliance retention |
Go deeper
Related to this question
Learn chapter
Managed Identities for Azure Resources
Key term
Blob storage
Blob storage is a cloud service for storing large amounts of unstructured data, such as text or binary data, like documents, images, and videos.
Key term
Availability
Availability is the measure of how often a system or service is operational and accessible when needed, typically expressed as a percentage of uptime.
About these practice questions
One of 1,049 original AZ-104 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on AZ-104
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A compliance team keeps signed contract scans in Azure Blob Storage. The files are usually read only a few times per year, but when a reviewer needs one, it must be available immediately without waiting for rehydration. Which access tier should the administrator use?
medium- A.Hot, because it is optimized for frequent access and immediate retrieval.
- B.Cool, because it is online and suited to infrequent access while remaining immediately readable.
- C.Archive, because it is the lowest-cost option and can still be read instantly.
- ✓ D.Cold, because it is designed for infrequently accessed data and remains online for immediate reads.
Why D: The Cold access tier is designed for data that is infrequently accessed but must remain online and immediately readable without any rehydration delay. Since the compliance team needs instant access to contract scans when requested, Cold tier provides low-cost storage while keeping data online, unlike Archive which requires rehydration.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
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.