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
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.