Category: App Service

Failed to update App Service plan

Azure App Service Benjamin Perkins

I was trying to scale down my Azure App Service Web App and got this error, also shown in Figure 1: Failed to update App Service plan LG1-ASP-001: {“Code”:”Conflict”,”Message”:”The site(s) ‘LG1’ exceed maximum number of slots allowed for the hosting plan. Remove all deployment slots before scaling to a different mode.”,”Target”:null,”Details”:[{“Message”:”The site(s) ‘LG1’ exceed maximum […]

Read More →

Changing the maxLogFileSizeKB on an Azure App Service

Azure Benjamin Perkins

I wrote this article “Making changes to the applicationHost.config on Azure App Service” here which explains the details about creating an XDT file that supports the configuration of some properties found in the applicationHost.config file.  Keep in mind that not all of the attributes in the applicationHost.config file can be altered, you might be able […]

Read More →

Critical error: Could not connect to server when FTP to an Azure App Service

Azure App Service Benjamin Perkins

I was trying to connect to my Azure App Service Web App using FTP and I got this error: Status:   Connection established, waiting for welcome message… Status:   Initializing TLS… Status:  Verifying certificate… Status: TLS connection established. Command: USER $ID Response:   331 Password required Command:   PASS ************************************************************ Response:  530 User cannot log in. Error:   Critical error: […]

Read More →