Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Azure Cosmos DB for MongoDB Bindings #2494

Closed
jaliyaudagedara opened this issue May 29, 2024 · 2 comments
Closed

Support for Azure Cosmos DB for MongoDB Bindings #2494

jaliyaudagedara opened this issue May 29, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jaliyaudagedara
Copy link

jaliyaudagedara commented May 29, 2024

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
Copy link
Contributor

jviau commented Jun 12, 2024

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

@jviau jviau closed this as not planned Won't fix, can't repro, duplicate, stale Jun 12, 2024
@jaliyaudagedara
Copy link
Author

yes please, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants