No such file or directory found after python appication deployed as a app service

Biswajith Gopinathan 1 Reputation point
2021-01-20T13:25:53.95+00:00

I am deploying my python dashboard application to azure using app Service.

The issue about launching my python panel holoviz dashboard application in azure portal is still open.

I have some input data files for data transformation steps inside a folder called data.
Now after successful deployment of the application, the server started normally.

In the default launching page itself we have to get some data from one of these files.

But it says No such file or directory found in '/home/site/wwwroot/data/csvt_text.csv'
58751-image.png

Ideally the files are physically present in that location.

58712-image.png

Could anyone tell me what is the reason of this error in Azure

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

Your answer

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