Skip to content

Latest commit

 

History

History

cosmosdbtriggerscenarios

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Serverless recipes with the Azure Cosmos DB Trigger

<- Back to the root

The following project contains samples using Azure Function's Cosmos DB Trigger.

It contains different samples:

  1. MultipleTriggers: Have multiple Triggers triggering in parallel and independently.

How to run this sample

You can use Visual Studio Code, Visual Studio or even the Azure Functions' CLI. You only need to customize the local.settings.json file to match the Cosmos DB Connection String, Database name, and Collection name on which you want the queries to run.

Useful links