Is there a file \"view\" available in Azure? When I log in to azure to look at a website I\'ve deployed there is no obvious way I have spotted to see exactly what files Azu
Adding to the accepted answer,
you can open an ssh session by going to http://.
For a long time, I've looked for a linux-style terminal to view my deployed files and environment variables. With this you can view the files, check and set environment variables, make db migrations directly, and a lot more. Hope this is useful.