Azure/azure-functions-dotnet-worker

Support for Azure Cosmos DB for MongoDB Bindings

jaliyaudagedara opened this issue · 2 comments

Description

Azure Functions In-Process has support for Azure Cosmos DB for MongoDB Bindings.
https://github.com/Azure/azure-functions-cosmosdb-extension/tree/main

It would be great if we can have this functionality in Azure Functions Isolated.

I am making an attempt here:
#2493

Managed to get a simple function app to start without any errors (after a lot of bumps along the way), and it's creating the leases collection in the Mongo database. But unfortunately trigger isn't working for some reason (I am expecting it to error out since I have NotImplementedExceptions)
image

And I am kind of scratching my head to figure out how to debug the functionality so I can see what's happening. Once the function app is running, the database seem to be getting locked as well.

Can I get some help to keep this moving please.

Very much appreciated.

jviau commented

Going to close this per the discussion in the PR: #2493

yes please, thank you!