Tags: Azure App Service

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 →

Resetting FTP password, using Publish Profile credentials, Azure App Service

Azure App Service Benjamin Perkins

If you have ever tried to reset your deployment credentials for your Azure App Service then you would likely experience this:  “User name is not available”, as seen in Figure 1. #GermanCloud Figure 1, user name is not available when changing FTP password azure app service To workaround that, use a different username, I.e. temporarily […]

Read More →

How (I) configured an App Service Certificate for my Azure App Service

Azure App Service Benjamin Perkins

Here is some good information about the App Service Certificates.  Like custom domain names, you can also purchase SSL certificates from within the Azure portal here.  I was working with a customer who was having some problems with the configuration and decided to walk through the configuration myself, and like always, will document and share […]

Read More →