Azure Blob Storage Access Tiers: Hot, Cool, Cold, and Archive
An engineering team stores build artifacts that are downloaded every day by developers for a week after release, then rarely after that. Which tier should the administrator choose for the period when the artifacts are still actively used?
Quick Answer
The answer is the Hot access tier. This is the correct choice because Azure Blob Storage’s Hot tier is specifically optimized for frequently accessed data, offering the lowest latency and highest throughput for daily downloads, and it incurs no data retrieval costs, making it ideal for the high-access phase when build artifacts are actively used. On the AZ-104 exam, this scenario tests your understanding of access tier trade-offs: the Hot tier suits data accessed multiple times per day, while Cool or Cold tiers penalize frequent reads with retrieval charges and higher latency. A common trap is choosing Cool to save on storage costs, but that ignores the retrieval fees that would accumulate from daily developer downloads. Remember the mnemonic “Hot for high hits” — if data is hit often, keep it hot.
⚠ Common exam trap
Many candidates confuse 'Cool' as a middle-ground choice for weekly access, but the Cool tier's retrieval cost and higher latency make it suboptimal for daily downloads, whereas Hot is the only tier designed for frequent, low-latency access without retrieval penalties.
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
✓
Hot
The Hot tier is the correct choice for the period when build artifacts are actively used because it provides the lowest access latency and highest throughput, which is essential for daily downloads by developers. Azure Blob Storage's Hot tier is optimized for frequent access patterns (e.g., multiple times per day) and incurs no data retrieval costs, making it cost-effective for this high-access phase.
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 this is correct
Hot is the best fit for data that is accessed frequently over a short period, such as newly released build artifacts.
- ✗
Archive
Why it's wrong here
Archive would make the artifacts unavailable until rehydration finishes, which would slow down normal developer downloads.
When this WOULD be correct
An administrator needs to store historical compliance data that must be retained for 7 years but is accessed only once or twice per year for audits.
- ✗
Cool
Why it's wrong here
Cool is better for infrequently accessed data, but the artifacts are being downloaded every day during the active release window.
When this WOULD be correct
Cool tier would be correct if the artifacts were downloaded only a few times per month after the initial release, with a latency tolerance of a few seconds, and the storage duration was at least 30 days to avoid early deletion penalties.
- ✗
Cold
Why it's wrong here
Cold is designed for infrequent access, so it is not the best match for a short-lived but active download period.
When this WOULD be correct
A question where data is accessed only a few times per year, with retrieval latency acceptable (e.g., archival backups or historical logs), and cost savings on storage are prioritized over access speed.
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.
✓HotCorrect answer▾
Why this is correct
Hot is the best fit for data that is accessed frequently over a short period, such as newly released build artifacts.
✗ArchiveWrong answer — click to see why▾
Why this is wrong here
Archive tier is designed for data that is rarely accessed and has a retrieval latency of hours, making it unsuitable for daily downloads by developers.
★ When this WOULD be the correct answer
An administrator needs to store historical compliance data that must be retained for 7 years but is accessed only once or twice per year for audits.
Why candidates choose this
Candidates may think 'rarely after a week' justifies Archive, overlooking the daily active usage period and the high retrieval cost/latency.
✗CoolWrong answer — click to see why▾
Why this is wrong here
Cool tier is designed for data that is infrequently accessed but still requires low latency, not for daily downloads. The artifacts are actively used every day for a week, which requires the high throughput and low latency of Hot tier.
★ When this WOULD be the correct answer
Cool tier would be correct if the artifacts were downloaded only a few times per month after the initial release, with a latency tolerance of a few seconds, and the storage duration was at least 30 days to avoid early deletion penalties.
Why candidates choose this
Candidates may think Cool is a cost-effective choice for data that is not accessed constantly, but they overlook the daily download pattern during the active period, which demands Hot tier performance.
✗ColdWrong answer — click to see why▾
Why this is wrong here
Cold tier is designed for data accessed rarely (e.g., once every 90+ days) and has higher retrieval costs and latency, making it unsuitable for daily downloads during the first week after release.
★ When this WOULD be the correct answer
A question where data is accessed only a few times per year, with retrieval latency acceptable (e.g., archival backups or historical logs), and cost savings on storage are prioritized over access speed.
Why candidates choose this
Candidates may confuse 'Cold' with 'Cool' or assume any infrequently accessed data belongs in the coldest tier, overlooking the specific daily access pattern in the first week.
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
Blob
A blob is a large piece of unstructured data, like a photo or video, stored in the cloud with a unique identifier.
About these practice questions
This AZ-104 question is part of Courseiva's 1,049-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. 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 legal department stores project video assets in Azure Blob Storage. The files are reviewed only during quarterly audits, but when someone needs a file it must open immediately without waiting for rehydration. Which access tier should the administrator use for the blobs?
medium- A.Hot, because it is optimized for frequent access and always costs the least to retrieve.
- ✓ B.Cool, because it is for infrequent access while still keeping blobs online and immediately available.
- C.Archive, because it is the cheapest choice for data that is rarely used and can be restored instantly.
- D.Premium, because it is intended for workload bursts and gives the best long-term storage economics.
Why B: The Cool access tier is designed for data that is infrequently accessed but must remain immediately available (online) without any rehydration delay. Since the legal department needs instant access during quarterly audits, Cool meets the requirement of low retrieval cost while keeping blobs online, unlike Archive which requires hours-long 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.