Hosting on azure blob

Nguyễn Bình 21 Reputation points
2021-08-04T07:47:44.16+00:00

Hi,

I want to ask about azure blob storage policy? For example I have 10TB available can I save files of 1TB size for 3 years and does it have a policy to delete itself after 3 years or do I have to do it manually. Otherwise what is the maximum storage policy that I can save on azure blob.

Regards.

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

Accepted answer
  1. Vaibhav Chaudhari 38,906 Reputation points
    2021-08-04T08:00:24.857+00:00

    Blob files won't get deleted automatically. You can save files as long as you want. You will have to delete them manually when needed or they can be deleted once the lifecycle has ended based on the - Lifecycle management rule created.

    If you want them to be deleted automatically, you can explore lifecycle management rules to move the blob to different tiers

    Below documents should help

    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-lifecycle-management-concepts?tabs=azure-portal
    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
    https://cloud.netapp.com/blog/storage-tiers-in-azure-blob-storage-find-the-best-for-your-data

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    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.