vscode-azurefunctions
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
OS: All Build Version: 20230523.2
Repro Steps:
- Create and open a Python V2 Programming Model project with Azure Queue Storage trigger template function in VS Code.
- Check PROBLEMS view.
Expect: No error occurs.
Actual:
There are two warnings.
More Info:
- Fail to debug the project.
- Succeed to debug the project after editing the function_app.py file with following code.