I realize Azure Blob Storage Life Cycle Management supports only Block blobs. It doesn't support Append or Page blobs.
A solution we are considering is to - do the crude way - of enumerating blobs in each of the containers from a logic app or function app, and deleting based on certain rules similar to Azure's storage Life Cycle Management, say, modified date is n days old.
Has anyone run into a similar requirement of cleaning up storage? Could anyone suggest a better way of implementing this?
Greatly appreciate it.
Thank you Athadu