问题
I am trying to deploy my nodejs application on azure and I got this error :
“You do not have permission to view this directory or page”
I followed this tutorial from Azure web site. To be sure Itried again but with the hello wold example given in the tutorial. However, when I deploy the zip, I got a successful deployment but when I try to access to my web site I get the same error.
I searched on internet about this error and I tried to follow the response from the following links link1, link2 but I still get the error.
Do you have an idea please ?
I would be very thnakful for any help.
回答1:
Going through the documentation, if you get the issue after deploying the ZIP it means that there is an issue with sample App.
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-nodejs#download-the-sample
Make sure you follow the process accurately.
Also did it run locally?
来源:https://stackoverflow.com/questions/53133663/azure-web-apps-you-do-not-have-permission-to-view-this-directory-or-page-erro