Skip to content
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

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

Open
v-ruizh opened this issue Dec 17, 2024 · 1 comment
Labels
AT-CTI Created by CTI team investigate
Milestone

Comments

@v-ruizh
Copy link

v-ruizh commented Dec 17, 2024

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

@v-ruizh v-ruizh added the AT-CTI Created by CTI team label Dec 17, 2024
@nturinski
Copy link
Member

Because Flex Function apps no longer use storage accounts for blob storage triggers, we are supposed to trigger it using event grid. Needs to investigate how we would mock this locally.

@nturinski nturinski added this to the Backlog milestone Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AT-CTI Created by CTI team investigate
Projects
None yet
Development

No branches or pull requests

3 participants