Blob Storage tiers - immutable storage

Chris Heys 5 Reputation points
2026-05-18T09:14:57.7766667+00:00

https://learn.microsoft.com/en-gb/training/modules/design-data-storage-solution-for-non-relational-data/5-design-for-azure-blob-storage

This Microsoft Learn article includes two mentions of "Hot, Cool, and Archive access tiers" with regards to immutable storage. Please can this be updated to include the Cold tier?

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Vallepu Venkateswarlu 10,590 Reputation points Microsoft External Staff Moderator
    2026-05-18T22:06:59.1966667+00:00

    Hi Chris Heys,

    Welcome to Microsoft Q&A Platform

    Azure Blob immutable storage supports four online tiers (Hot, Cool, Cold) plus Archive, but that Learn module currently only calls out Hot, Cool, and Archive.

    The Cold tier (online, infrequently accessed data with a 90-day minimum retention) is fully supported for container-level and version-level WORM policies just like the other tiers. I’ve logged a request to update the article to read:

    “Immutable Blob Storage supports Hot, Cool, Cold, and Archive access tiers.”

    Reference:

    Access tiers overview (includes Cold tier details): https://learn.microsoft.com/azure/storage/blobs/access-tiers-overview?tabs=azure-portal#cold-access-tier

    Immutable storage overview (confirms support across all tiers): https://learn.microsoft.com/azure/storage/blobs/immutable-storage-overview

    Summary of access tiers (Hot, Cool, Cold, Archive comparison): https://learn.microsoft.com/azure/storage/blobs/access-tiers-overview?tabs=azure-portal#summary-of-access-tier-options

    Please210246-screenshot-2021-12-10-121802.pngand “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    Was this answer helpful?


  2. AI answer

    2026-05-18T09:15:09.06+00:00

    The Cold tier is an additional Azure Blob Storage access tier and is supported alongside Hot, Cool, and Archive for block blobs. Any Learn content that describes immutable storage or access tiers only as “Hot, Cool, and Archive” without mentioning Cold is now incomplete and should be updated to reflect the four online/offline tiers:

    • Hot – online, frequently accessed data, highest storage cost, lowest access cost.
    • Cool – online, infrequently accessed data, minimum recommended retention 30 days.
    • Cold – online, rarely accessed data that still needs fast retrieval, minimum recommended retention 90 days, lower storage but higher access cost than Cool.
    • Archive – offline, rarely accessed data with flexible latency (hours), minimum recommended retention 180 days.

    Cold is an online access tier like Hot and Cool and participates in the same general access-tier model and cost/retention behavior (including early deletion penalties when moved or deleted before the minimum retention period).

    For immutable storage scenarios, any guidance that lists only Hot, Cool, and Archive as the available tiers should be revised to include Cold wherever online access tiers are discussed.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.