I'm trying to deploy my app to Azure app service through VScode and I followed tutorial steps and can see this within my output on Azure App Service output terminal:
11:24:00 PM trendallarchive: Activating virtual environment...
11:24:00 PM trendallarchive: Could not find setup.py or requirements.txt; Not running pip install
I can see there was an issue with my requirements.txt file, but I'm not sure why it couldn't find it. Would this be the cause of my code not deploying? even though it says deployment successful? If the requirements.txt file exists then how come I am receiving this output?
Thanks in advance