Can I write to file system on azure web site?

前端 未结 6 641
甜味超标
甜味超标 2020-11-27 06:18

Can I write to file system on azure Web Site? for example updating or installing plugins/themes in Wordpress from dashboard. AFAIK, it is not possible on Heroku so what abou

6条回答
  •  北海茫月
    2020-11-27 06:41

    You can write to the HOME environment variable location (%HOME% / $HOME) on Azure App Services. You can use Kudu or the app service's console to cd into this directory and explore it.

提交回复
热议问题