Can we add data into immutable storage ( if policy is time based policy and locked state)

JILIN MR 26 Reputation points
2022-04-22T10:38:11.257+00:00

Can we add data into immutable storage?

  1. current policy is time-based ( 365 days )
  2. Policy is locked
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,683 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,427 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 13,921 Reputation points MVP
    2022-04-22T11:41:05.527+00:00

    Hi @JILIN MR

    Thank you for posting in Q & A.

    Yes, you can add new file/data to the immutable storage, can't overwrite the same file.

    A time-based retention policy stores blob data in a Write-Once, Read-Many (WORM) format for a specified interval. When a time-based retention policy is set, clients can create and read blobs, but cannot modify or delete them. After the retention interval has expired, blobs can be deleted but not overwritten.

    If the Answer is helpful, please click Accept Answer and up-vote, so that it can help others in the community looking for help on similar topics.

    0 comments No comments