microsoft / microsoft/vscode-azurefunctions

No error occurs if executing "Azure Blob Storage Trigger (using Event Grid)" function with an invalid request body

Open
#4,352 1 comment 0 reactions 0 assignees View on GitHub

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:

  1. Create a JavaScript project with "Azure Blob Storage Trigger (using Event Grid)" template.
  2. Create a Node.js function app.
  3. Deploy the JavaScript project to the above function app.
  4. Expand the function app -> Expand the Functions node -> Right click the function and select "Execute Function Now..." -> Enter an invalid request body to execute.
  5. Check whether fails to execute the function with an error.

Expect:
Fail to execute the function with an error.

Actual:
No error occurs.
Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.