Hello @Moore, Payton E ,
Thanks for the ask and using the Microsoft Q&A platform .
Can you please elaborate as what do you mean by the file server ?
Anyways since the Event trigger only supports "Azure Data Lake Storage Gen2 and General-purpose version 2 storage accounts" , you will have to look for some custom solution .
One way can be to use tumbling window trigger and then we add a pipeline with the getmetadata activity and check for any new files arrived in the last X minutes .
Updated on 8/11
We currently have the trigger set to a specific time but would like to do an event-based trigger based on when files land into the specific folder on the file server
@Nandan Hegde rightly called out that the event based trigger is not supported for file server . I have a suggestion which i think you can think about , copy the file from this file share to a BLOB . By doing that you will be able to use event based trigger on that .
Please do let me know how it goes .
Thanks
Himanshu
Please do consider clicking on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members