You plan to store data in Azure Blob storage for many years. The stored data will be accessed rarely.
You need to ensure that the data in Blob storage is always available for immediate access. The solution must minimize storage costs.
Which storage tier should you use?
Click on the arrows to vote for the correct answer
A. B. C.A
Data in the cool access tier can tolerate slightly lower availability, but still requires high durability, retrieval latency, and throughput characteristics similar to hot data. For cool data, a slightly lower availability service-level agreement (SLA) and higher access costs compared to hot data are acceptable trade-offs for lower storage costs.
Incorrect Answers:
B: Archive storage stores data offline and offers the lowest storage costs but also the highest data rehydrate and access costs.
Archive - Optimized for storing data that is rarely accessed and stored for at least 180 days with flexible latency requirements (on the order of hours).
https://docs.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiersFor the given scenario, where the data in Azure Blob storage needs to be stored for many years and will be accessed rarely, and needs to ensure that the data is always available for immediate access and minimize storage costs, the recommended storage tier to use is the "Archive" tier.
Here's a detailed explanation of why Archive tier is the best fit for this scenario:
To summarize, the Archive tier is the best fit for storing data that is accessed rarely, and needs to be stored for a long period, while minimizing storage costs. The Hot and Cool tiers are more suitable for frequently accessed data, where the priority is immediate availability over storage costs.