-
Notifications
You must be signed in to change notification settings - Fork 194
Ensure collection support works for blob storage input bindings #1156
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
Comments
2 tasks
Update: Changes done in feature branches -
Above changes work when cardinality is assigned correctly. Tracking it separately - |
Work here is close to completion. Moving to sprint 135 so we can iterate on PRs |
This was referenced Dec 1, 2022
Merged
Closing this issue. Open PRs will be tracked through Epic - #1081 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
With the introduction of deferred binding via using ParameterBindingData/ModelBindingData to enable SDK-type bindings such as BlobClient in the worker, we need to make sure we also support the collection scenario. Meaning, we should be able to bind to
IEnumerable<BlobClient> blobs
.Example:
Investigate if this works out of the box with the blob converter we have in place today. If this use case is not working, update the converter and other necessary code paths to enable this scenario
Notes
This is how we handle cardinality in the function metadata generator and might be useful to be aware of.
This is the blob converter where we should be able to handle the collection case
The text was updated successfully, but these errors were encountered: