I've gone in many circles, and I believe I need a Data Factory to run this for me, but even then, I am finding only partial matches to what I need.
My data is assigned to containers for each "customer", so data belonging to Customer A goes into the "CustomerA" container, and so on. Not all data placed in the container has the same time to live...some files should be deleted after 6 years, where others should be deleted after 10 years. Some may have other deletion dates.
Each file has a metadata tag of "expiry_date". What I need to do is delete the blob if the expiry_date < current time.
This has to be performed on all containers.
Is there any existing documentation on the best way to accomplish this?