-
Notifications
You must be signed in to change notification settings - Fork 584
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
Add support for CosmosDB triggers in Functions #7248
Conversation
What are the follow up changes? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
OK no code changes per se but experience problems with the emulator. |
Yep -- I don't expect there to be any code changes. |
Are there tests we can write for this functionality? |
Yes, we can build on the |
Description
Adds support for CosmosDB-based triggers to Azure Functions. Tested with the following:
Ran into issues testing with classic emulator on Windows but putting this out in the meanwhile. Marked CosmosDB as an unstable emulator since it's long startup times seem to be timing out the E2E tests locally.
The preview emulator doesn't yet support the change feed feature that the CosmosDB trigger takes a dependency on.
Contributes to #7087
Checklist
<remarks />
and<code />
elements on your triple slash comments?breaking-change
template):doc-idea
template):