I have created a function triggered by Azure Cosmos DB by following
CodePudding user response:
Unfortunately, you can't distinguish between the two types (insert & update). The trigger consumes the Change Feed, and you can't filter it for a specific type of operation.
Today, you see all inserts and updates in the change feed. You can't filter the change feed for a specific type of operation.