Storage account retention and updating the access tiers

Amar-Azure-Practice 661 Reputation points
2021-07-19T04:15:29.277+00:00

Hi

We have a below requirements on the storage account.

we receive 30k files from upstream system daily, we store all of these files in the Azure Blob containers.

when we receive the file we store it with HOT access tier after 3 days we need to convert that file as Cool after 45 days we need to mark that file as Archive after 3 years we need to delete that file preeminently.

please let me know how to achieve this requirement.

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.
3,159 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 18,486 Reputation points MVP
    2021-07-19T04:33:11.903+00:00

    The following procedure will help

    1. Set a default blob tier as Hot, where you can receive the 30K files on a daily basis
    2. Move data to a non-default tier in 45 Days/3 Years by using the Azure Blob Storage Life Cycle
      Under the storage account > Data management, select Lifecycle Management. Add separate rules as follows, for Cool as well as Archive Tier data movements
      115636-image.png

    115764-image.png

    115690-image.png

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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