You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
OS: All
Build Version: 20241216.1
Regression: Not a Regression
Repro Steps:
Expect:
Fail to execute the function with an error.
Actual:
No error occurs.
The text was updated successfully, but these errors were encountered: