You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the same basic HTML site created in the demo exercise on a test Web App I have set up on my own Azure account.
When I tried to copy your files directly into another repo (via copy and paste from my desktop) and then committed to main via GitHub desktop, my Azure web Deployment failed. Looking at the logs an error occurred with:
"ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'".
But I can't see to find the requirements.txt file within the cloned repo containing a copy of your files. Where do I find the requirements.txt file?