Quantcast
Channel: COSMOS DB Trigger Azure Function changefeed error - Stack Overflow
Browsing all 4 articles
Browse latest View live

Answer by Matias Quaranta for COSMOS DB Trigger Azure Function changefeed error

The reason is explained in the error you are seeing: Function1: The listener for function 'Function1' was unable to start. Microsoft.Azure.WebJobs.Extensions.DocumentDB: Either the source collection...

View Article



Answer by Ross Dargan for COSMOS DB Trigger Azure Function changefeed error

For the function trigger to work it needs to create a collection called leases. You can do this your self, or update the CosmosDBTrigger trigger to tell the function host it can make it if it doesn't...

View Article

COSMOS DB Trigger Azure Function changefeed error

I am using azure function 1.0.13 SDK with 1.2.0 DocumentDB extension. The following is the code that i am trying to run: [FunctionName("Function1")] public static void Run([CosmosDBTrigger(...

View Article

Answer by Anil C for COSMOS DB Trigger Azure Function changefeed error

You should check the Cosmos DB connection string. Try opening the same via Cosmos DB Explorer

View Article
Browsing all 4 articles
Browse latest View live




Latest Images