Reputation: 331
Is there any way to automate data lake analytics jobs and run them on some schedule?
Upvotes: 1
Views: 1417
Reputation: 167
If you are not expecting your data to be scheduled and you want to run a job based on a event then you can submit a U-SQL job using PS commands.
You can still schedule your PS script using the Automation Account and Schedule it when every you want it to run.
I personally don't prefer to use ADF for event based runs as it was designed to be to run scheduled tasks.
Upvotes: 0
Reputation: 111
It is recommended to use Azure Data Factory. Take a look at this blog post as an example.
Upvotes: 5