microsoft / vscode-azurefunctions

Azure Functions extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions
MIT License
291 stars 132 forks source link

An error occurs in the output log when executing "Execute Function Now..." for the Python V2 project created with Blob trigger template #4018

Open v-xinda opened 6 months ago

v-xinda commented 6 months ago

OS: All Build Version: 20240301.18

Repro Steps:

  1. Create a Python V2 Programming Model project with Blob trigger template.
  2. Debug this project.
  3. Navigate to "WORKSPACES" -> Expand “Local Project" -> Expand "Functions" -> Right click function "blob_trigger" -> Execute Function Now... -> Enter default value -> Press Enter.
  4. Check whether no error occurs.

Expect: No error occurs.

Actual: An error occurs in the output log. image