Azure / Azure/azure-functions-powershell-worker
Use the dataType from function.json to do more pre-validation at the function load phase
Open
- Dominant language
- C#
- Stars
- 215
- Forks
- 61
- Avg merge
- 21h 4m
- Merged PRs (30d)
- 6
Description
`dataType` field was added to `BindingInfo` to reflect the `dataType` entry specified in `function.json` when using blob related input bindings.
We can use this information to do more pre-validation at the function load phase.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing BindingInfo and the function load phase that handles blob-related input bindings. Determine which pre-validation cases can use the dataType value from function.json; done means those cases are rejected or accepted during loading as intended.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp, powershell
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100