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?
