Closed
Description
Problem Statement
Update the Tables WebJobs extension to support binding to ParameterBindingData for input bindings.
Tasks
- Investigate the Tables WebJobs extension project and figure out where changes need to be made to enable binding to
ParameterBindingData
- Implement changes needed to support input binding to
ParameterBindingData
- Write unit test for this new code path
Definition of Done
- Tables WebJobs extension changes made to support
ParameterBindingData
and PR is merged