vscode-azurefunctions icon indicating copy to clipboard operation
vscode-azurefunctions copied to clipboard

Fail to execute "Execute Function Now..." action for "durableHello1HttpStart" function

Open v-ruizh opened this issue 2 months ago • 1 comments

OS: Win 11 Build Version: 1.20.2

Repro Steps:

  1. Create a JavaScript durable project with "Azure Storage" durable storage type selected.
  2. Create a basic function app (Flex Consumption).
  3. Deploy the project to the function app.
  4. Expand the function app -> Expand "Functions" node -> Right click "durableHello1HttpStart" function -> Click "Execute Function Now..." -> Execute it with the default value.
  5. Check whether succeeds to execute the action.

Expect: Succeed to execute the action.

Actual: Fail to execute the action. Image

More Info: This issue also reproduces for non-Flex Consumption function app.

v-ruizh avatar Nov 25 '25 09:11 v-ruizh

I need to figure out if this should be supported / what kind of experience it would look like. I'll touch base with Nathan (when he gets back) and Matt

MicroFish91 avatar Dec 03 '25 19:12 MicroFish91