azure blob storage

Nguyen Dinh Phuong (DPS.FMS) 521 Reputation points
2022-06-28T03:33:19.157+00:00

You need to recommend an azure blob storage access tier for infrequently accessed data. The solution must meet the following requirements:

  • Ensure the data is available for immediate access
  • Minimizes the cost to store the data

which access tier should you recommend?

  1. Premium
  2. Hot
  3. Cool
  4. Archive
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,676 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,425 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,411 Reputation points Microsoft Employee
    2022-06-28T06:06:06.303+00:00

    anonymous user Welcome to Microsoft Q&A, Thank you for posting your query here!

    Go for the Cool trier : If you are not using the data frequently

    • Hot tier - An online tier optimized for storing data that is accessed or modified frequently. The Hot tier has the highest storage costs, but the lowest access costs.
    • Cool tier - An online tier optimized for storing data that is infrequently accessed or modified. Data in the Cool tier should be stored for a minimum of 30 days. The Cool tier has lower storage costs and higher access costs compared to the Hot tier.
    • Archive tier - An offline tier optimized for storing data that is rarely accessed, and that has flexible latency requirements, on the order of hours. Data in the Archive tier should be stored for a minimum of 180 days.

    Pricing and billing: All storage accounts use a pricing model for block blob storage that is based on a blob's tier. Keep in mind the billing considerations described in the following sections.

    For more information about pricing for block blobs, see Block blob pricing.

    For detailed information, please refer to this article: https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview

    Please let us know if you have any further queries. I’m happy to assist you further.

    ----------

    Please do not forget to 215550-screenshot-2021-12-10-121802.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    6 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. 2023-08-19T19:30:51.4833333+00:00

    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.

    0 comments No comments