Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hi @Viszh ,
Start with Customize build automation for Python apps. The gist of it is when your app service sees requirements.txt file, it will attempt to run pip install -r requirements.txt assuming SCM_DO_BUILD_DURING_DEPLOYMENT is set to 1. If you're using, or plan to use, CI/CD, then refer to Using GitHub Actions for Python Applications to verify you yaml setup is correct. If you're still having problems, please post the error message you're seeing in your deployment logs down below.