December 2017
Beginner
372 pages
10h 32m
English
Once the code is deployed by Azure on the web app, we can try to run the application using the URL, which in our case is http://sampletrello-github.azurewebsites.net/.
On running the application, you will see the following error:
You do not have permission to view this directory or page.
This has happened because when Azure copied the GitHub repository, it copied all the files, which includes our code base. Azure needs the dist folder to be able to run the web application.
Read now
Unlock full access