Azure Blob Archive Tier

Handian Sudianto 4,431 Reputation points
2024-06-03T03:39:52.1833333+00:00

Hello,

How we can create azure blob storage with archive tier on existing azure storage account? And how we can verify what tier used in existing blob ?

User's image

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,576 questions
0 comments No comments
{count} votes

Accepted answer
  1. TP 82,736 Reputation points
    2024-06-03T06:34:07.9766667+00:00

    Hi,

    You can set a blob to Archive tier at the time you upload it to your storage account. Below is screenshot of uploading via the portal:

    qna blob upload archive tier

    To verify tier of existing blob, browse to the list of blobs inside of a container, as shown:

    qna blob show access tier

    To Archive an existing blob by changing its tier:

    https://learn.microsoft.com/en-us/azure/storage/blobs/archive-blob?tabs=azure-portal#archive-an-existing-blob-by-changing-its-tier

    -TP


1 additional answer

Sort by: Most helpful
  1. Nehruji R 4,131 Reputation points Microsoft Vendor
    2024-06-04T05:39:12.7+00:00

    Hello Handian Sudianto,

    Greetings! Welcome to Microsoft Q&A Platform.

    As Archive Storage Tier is only available for individual blobs it enables tier selection on Blob level for the old existing hot or cold tier also. When you create the storage account, you can select between Hot or Cool tier only and cannot set to Archive tier. After uploading the files, blob properties from Azure portal will allow you to select a blob and change its tier to Hot/Cool/Archive. refer - https://learn.microsoft.com/en-us/azure/storage/blobs/archive-blob?tabs=azure-portal.

    Also Archive tier is available only in mentioned regions please refer - https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=storage&regions=all.

    If you need to change the tier of entire blob, following instructions will help out

    Sign in to the Azure portal.

    To navigate to your blob in your storage account, select All Resources, select your storage account, select your container, and then select your blob.

    In the Blob properties, click the Access tier dropdown menu to select the Hot, Cool, or Archive storage tier.

    Click Save to save the changes

    refer - https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview#setting-or-changing-a-blobs-tier, https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-online-manage?tabs=azure-portal

    The Archive tier is not available for all types of blobs. It’s specifically designed for data that is rarely accessed and has flexible latency requirements (on the order of hours).The Archive tier is only supported for Block Blobs. It is not available for Append Blobs or Page Blobs.

    Hope this answer helps! Please let us know if you have any further queries. I’m happy to assist you further.


    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments