I am currently using Azure Blobs. I want Azure to automatically delete some old data which are older then X number of days and prefix with wildcard.Such as
I only see this document prefixMatch
Azure blob storage Life cycle management policy does not support wildcard in prefixMatch. You can see this github issue and this user feedback.
To do that, you need write your own code to implement this logic. For example, you can use azure function with timer trigger, or logic app as mentioned in the comments.
2.1m questions
2.1m answers
60 comments
57.0k users