@Raj Kumar Dey Welcome to Microsoft Q&A forums and thank you for reaching out.
The Cosmos DB Trigger has an "at least once" delivery, which means that an item could be, in some cases, delivered more than once.
The same document could be processed again if the number of instances is changing due to a scaling event, where the Trigger will rebalance the leases across new instances.
We have documented guidance on the troubleshooting page - Some changes are repeated in my Trigger
----------
If an answer is helpful, please "Accept answer" or "Up-Vote" which might help other community members reading this thread.