Connecting to Azure website via FTP

Klaus Nji picture Klaus Nji · Mar 8, 2014 · Viewed 94.1k times · Source

What login credentials do I use to connect to the FTP site that is listed on the dashboard of my Azure? I tried using the same credentials I use to log into Azure but this is failing. TIA.

Answer

Simon Opelt picture Simon Opelt · Mar 8, 2014

In the current azure portal the deployment credentials can be set by going to App Services / select relevant app service item / in the Deployment section / Deployment Center / FTP / Dashboard. You can either chose to use the preprovided App Credentials or assign User Credentials.

In the previous generation azure portal the deployment credentials can be set up by going to WEB APPS / select relevant item / DASHBOARD / Reset your deployment credentials.

Make sure you're specifying siteName\userName as your login name. The site name portion is required!

The default directory for the web content is \site\wwwroot which can be set as the initial directory for many FTP clients.