0

An ADF activity is triggered when a blob is created (BlobEventsTrigger). If I add 6 files together then the activity is run 6 times parallely. I only want the activity to run once in this case. Or it should execute sequentially (not parallely). How can I achieve this?

1 Answer 1

1

In case of an event trigger, for 6 files there would be 6 triggers created. You cannot limit it to 1. If that is the case you can switch from Event trigger to Scheduled one.

There is an option to have them be sequential as seen below rather than parallel:

enter image description here

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.