Python app deployment to Azure web app from pipeline not including requirement packages
I have a Python flask app that I want to deploy to an Azure Web App. For some reason the venv that gets created during the build is not keeping the packages that get installed and I don't understand why.…