vscode-azureappservice
vscode-azureappservice copied to clipboard
There is a warning "'xxx' reported a critical error: Exception" after deploying a Python project to a Python web app
trafficstars
OS: All Build Version: 20220222.11 Regression: Not a regression
Repro Steps:
- Get a Python project by running
git clone https://github.com/Azure-Samples/python-docs-hello-world. - Create a Python web app -> Deploy the Python project to it.
- Check whether there is no warning after deploying a Python project to a Python web app.
Expect: There is no warning after deploying a Python project to a Python web app.
Actual:
There is a warning "'xxx' reported a critical error: Exception" after deploying a Python project to a Python web app.

More Info:
- Display "Application Error" in the webpage after clicking "Browse Website".

Verified on the latest build 20220321.4, this issue still reproduces for now.