Hi @HannaBel ,
Thank you for posting query in Microsoft Q&A Platform.
Technically, while trigger is disabled event based trigger will loose files which are created in that gap.
We can consider below work around to process missed files if any.
- When ever, we process file keep log of it in some log or audit table.
- Run a pipeline to process missed files. This pipeline should take all file names from storage and then see which are missing in table. and then consider processing that files alone.
Hope this helps. Please let us know if any further queries.
------------
Please consider hitting Accept Answer
button. Accepted answers helps community as well.
Hi @HannaBel - just checking if below answer helps. If yes please mark it as
Accepted Answer
. Accepted answers helps community as well. Thank you.