I am working on a project which uses Azure data factory. I have a requirement but not sure how to implement that.
Requirement:
Source files are generating in a windows on-premises server(remote server). We need to check the number of files inside source folders if the count is less then system need to wait. If the count is matching then the system should start processing pipeline.
With help of power shell script can I achieve this? If yes how can I mention power shell script in my ADF flow?
If we use run book to write power shell scripts , how to call them in ADF before processing the pipeline?