Finding Azure App Service FTP Credentials

Where to get FTP Credentials to Azure App in Azure Portal?

To find FTP user/password Credentials to easy access Azure App Service you should follow the steps:

  1. Log in to Azure Portal.
  2. Find App service.
  3. Navigate to Deployment Center.
  4. Switch to FTPS credentials Tab.
  5. Go to the Application scope section, you will find username/password inputs.
  6. Click “Show”.
Azure App Service Ftps Credentials Overview
App service > Deployment Center > FTPS Credentials

Once you copy user/pass you can easily set up a client like FileZilla or configure CI/CD pipeline.

Similar Posts