Use Case : We have a blob container contains CSV files which gets deletes on 24 hours from the creation. On delete event of file would like to call a azure blob trigger function to update the status of respective file row in SQL DB to expired/deleted.
Question: is it possible to achieve this scenario using Azure blob trigger function? if yes i appreciate the reference documents/ your inputs thank you.
Solutions already tried:
i need to receive the container and file details as a out parameters to pass as input params of the blob trigger function.
Thank you!