Share via

Application error

Viszh 6 Reputation points
2022-01-07T13:06:52.14+00:00

I want to deploy my dash app in Azure. I tried with the single application.py file and it's working well but when I try to use modules then I'm getting application error. Please help me solve this problem.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Ryan Hill 30,336 Reputation points Microsoft Employee Moderator
    2022-01-07T15:27:28.607+00:00

    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.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.