I am getting some events from event hub and saving them in ADLS Gen 2 without performing any operation. Just saving the live events in ADLS Gen 2. I am not doing any kind of sum, average or filteration. I want my job to update my blob every 15 minutes. Like it should not process events as soon as event came, it should hold according to 15 minutes cycle amd then process the events. I want output to be updated every 15 minutes.
I am getting some events from event hub and saving them in ADLS Gen 2 without performing any operation. Just saving the live events in ADLS Gen 2.
I am not doing any kind of sum, average or filtration.
I want my job to update my blob every 15 minutes.
Like it should not process events as soon as event came, it should hold according to 15 minutes cycle amd then process the events.
I want output to be updated every 15 minutes.
Take a look at the output configuration. You can use the combination between Minimum rows and Maximum time to meet your demands.
Minimum rows:
Maximum time
There is a quickstart that shows you how to configure an output using the ASA Tools extension for Visual Studio Code.