yokawasa / azure-functions-python-samples

Azure Functions Python Sample Codes. NOTE: The project, hosted in a repository, is no longer actively maintained by its creators or contributors. There won't be any further updates, bug fixes, or support from the original developers in the project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[CosmosDB Trigger Sample] Need to retrieve only documents that actually created or updated

yokawasa opened this issue · comments

Currently cosmosDB Trigger Sample return all documents in the collection. This is a feature request that cosmosDB trigger sample retrieves only documents that actually created or updated.

[NOTE] if anyone know the way to achieve this in Python, please contribute to the project!

this is achievable in V2 function