A company stores archival data in Azure Blob Storage. The data is accessed only a few times per year, and retrieval can take up to 15 hours. Which blob access tier minimizes storage costs while meeting these requirements?
Trap 1: Hot tier
Hot tier optimizes for frequent access but has the highest storage cost, unsuitable for rare access.
Trap 2: Cool tier
Cool tier is for data accessed infrequently (about once a month) but still has higher cost than Archive.
Trap 3: Premium tier
Premium tier is for low-latency, high-frequency access, with the highest cost.
- A
Hot tier
Why wrong: Hot tier optimizes for frequent access but has the highest storage cost, unsuitable for rare access.
- B
Cool tier
Why wrong: Cool tier is for data accessed infrequently (about once a month) but still has higher cost than Archive.
- C
Archive tier
Archive tier offers the lowest storage cost and supports retrieval within 1-15 hours, fitting the scenario.
- D
Premium tier
Why wrong: Premium tier is for low-latency, high-frequency access, with the highest cost.