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

There are two warnings in function_app.py file after creating a Python V2 Programming Model project with Azure Queue Storage trigger template function

Open v-chenzha opened this issue 2 years ago • 0 comments

OS: All Build Version: 20230523.2

Repro Steps:

  1. Create and open a Python V2 Programming Model project with Azure Queue Storage trigger template function in VS Code.
  2. Check PROBLEMS view.

Expect: No error occurs.

Actual: There are two warnings. image

More Info:

  1. Fail to debug the project.
  2. Succeed to debug the project after editing the function_app.py file with following code. image

v-chenzha avatar May 23 '23 09:05 v-chenzha