microsoft / microsoft/vscode-azurefunctions
No error occurs if executing "Azure Blob Storage Trigger (using Event Grid)" function with an invalid request body
Open
Nobody has claimed this yet.
AT-CTI
investigate
- Dominant language
- TypeScript
- Stars
- 319
- Forks
- 158
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 4
Description
OS: All
Build Version: 20241216.1
Regression: Not a Regression
Repro Steps:
- Create a JavaScript project with "Azure Blob Storage Trigger (using Event Grid)" template.
- Create a Node.js function app.
- Deploy the JavaScript project to the above function app.
- Expand the function app -> Expand the Functions node -> Right click the function and select "Execute Function Now..." -> Enter an invalid request body to execute.
- Check whether fails to execute the function with an error.
Expect:
Fail to execute the function with an error.
Actual:
No error occurs.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with the Azure Blob Storage Trigger (using Event Grid) template by choosing Execute Function Now and submitting an invalid request body. Trace the execution path for that request and verify that invalid input now produces an error instead of completing without one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, javascript, node.js
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100