No such file or directory found after python appication deployed as a app service
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'
Ideally the files are physically present in that location.
Could anyone tell me what is the reason of this error in Azure