vscode-azurefunctions
vscode-azurefunctions copied to clipboard
Fail to execute "Execute Function Now..." action for "durableHello1HttpStart" function
OS: Win 11 Build Version: 1.20.2
Repro Steps:
- Create a JavaScript durable project with "Azure Storage" durable storage type selected.
- Create a basic function app (Flex Consumption).
- Deploy the project to the function app.
- Expand the function app -> Expand "Functions" node -> Right click "durableHello1HttpStart" function -> Click "Execute Function Now..." -> Execute it with the default value.
- Check whether succeeds to execute the action.
Expect: Succeed to execute the action.
Actual:
Fail to execute the action.
More Info: This issue also reproduces for non-Flex Consumption function app.
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