Hi Karkal,Prajna - Thanks for reaching out.
I would suggest you to review the operation that are happening on the account.
https://learn.microsoft.com/en-us/azure/storage/blobs/monitor-blob-storage?tabs=azure-portal
In case these are ADLS gen2 API (Create, Append and Flush) it is quite possible that the Event filtering is on both Create and Flush which could be leading to this situation.
The event might be triggering on Create while the file is still being written and it is then suggested to put the filtering on Flush File to ensure event is triggered only after file gets committed.
Hope that helps!
Please let me know if there are any further queries/concerns, will be glad to assist.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.