3
votes

I am new in Azure working on BLOB Storage, I want to SET RETENTION Period manually so that I can delete my archived data once retention period is over. Please suggest me any link or way which could help me. Please suggest how I will be able to code in my portal to set it.

Thanks in advance

2
Please see this link: azure.microsoft.com/en-us/blog/…. This feature was recently announced in public preview. HTH. - Gaurav Mantri
Have you already checked the Official Documentation? - user2297037
IT IS NOW SUPPORTED. You can setup a retention policy(docs.microsoft.com/en-us/azure/storage/blobs/…) - RAM

2 Answers

0
votes

Note the approach I mention is not the direct approach of setting the retention duration per blob but a higher level policy which can affect the whole storage account or specific containers or specific blobs which match some filtration criteria. As of March 2021, I haven't yet found a way to set the retention period o a per blob basis via the Azure API.

Link to Lifecycle Management for Azure Blobs for Azure Storage V2

-1
votes