Is there a way to view deployed files in Azure?

后端 未结 9 1723
情深已故
情深已故 2020-12-07 09:11

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

9条回答
  •  旧巷少年郎
    2020-12-07 09:44

    Adding to the accepted answer, you can open an ssh session by going to http://.scm.azurewebsites.net/webssh/host.

    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.

提交回复
热议问题