Category: App Service

Set or change an Azure App Service file or folder permission

Azure App Service Benjamin Perkins

I was using FileZilla to try to change the file permissions and I got this error: Status:   Setting permissions of ‘/site/wwwroot/index.html’ to ‘644’ Command:  SITE CHMOD 644 index.html Response:  500 ‘SITE’: command not understood Status:   Setting permissions of ‘/site/wwwroot/index.html’ to ‘755’ Command:  SITE CHMOD 755 index.html Response:  500 ‘SITE’: command not understood Then I started […]

Read More →

Failed to deploy from GitHub to Azure App Service Web App, missing project reference

Azure App Service Benjamin Perkins

I was working on these other articles: How to deploy from GitHub using someone else’s repository How to configure GitHub or VSTS for use with an Azure Function Deploy GitHub source code repositories to an Azure App Service Failed to deploy from GitHub to Azure App Service Web App, missing project reference Deploy an App […]

Read More →