I have an Azure function that runs based on an Azure blob storage trigger. I am wondering if it's possible to somehow mark a file that has previously triggered my Azure function to be reprocessed by the function. Would soft-deleting and then restoring the file work to re-trigger my function, for example? Is there a more canonical way to do this?

