An Azure service for ingesting, preparing, and transforming data at scale.
Based on the trigger behavior and the timestamps shown in your query results, this appears to be consistent with previously queued Storage Event Trigger events being processed after the trigger was re-enabled.
The blob events were originally generated on 4-Jun-2026 when approximately 70,000 files were written to the monitored path. Since the number of generated events exceeded the number of pipeline runs that could be started immediately, a backlog of events was created.
When the trigger was stopped and later restarted, the remaining queued events were not automatically discarded. As a result, ADF continued processing events that had originally been generated on 4-Jun, which explains why pipeline runs were started on 23-Jun even though no new blobs had been added.
The KQL output supports this interpretation, as the eventTime corresponds to the original blob creation date while the trigger execution occurred much later.
If the intention is to ignore historical queued events and process only new files, the recommended approach is to stop the current trigger and create a new trigger for future events, as previously queued events cannot be purged from the existing trigger.
Please let us know if you have any questions.
References:
https://learn.microsoft.com/en-us/azure/data-factory/concepts-pipeline-execution-triggers