How do Connect to Azure website via FTP

+1 vote
I am trying to connect to my website via FTP with the credentials taht i use to login to my azure account, but i could not connect.
Can anyone tell me which credentials I have to use here to connect to muy FTP site which is shown on the dashboard?
Apr 13, 2018 in Azure by null_void
• 3,220 points
3,832 views

4 answers to this question.

+1 vote
It's just simple. Follow the below steps:
1. Login to your Azure portal.
2. Set the deployment credentials: Goto- App Services > Select a preferred option > In App Deployment section Select DEPLOYMENT CREDENTIALS > Enter new dredentials> Save

Note: You need to make sure that you are specifying siteName\userName as your Login name (siteName is strictly required)

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

Cheers!
answered Apr 13, 2018 by club_seesharp
• 3,450 points
0 votes

In the current azure portal the deployment credentials can be set by going to App Services / select relevant item / in the APP DEPLOYMENT section / Deployment credentials / enter new credentials and save.

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.

Hope it helps!

To know more about Azure, join Azure course today.

Thank you!!

answered Aug 20, 2018 by Priyaj
• 58,090 points

when I try to connect to the FTP Host Name using credentials I just setup using link "Setup your deployment credentials", server returns 530: user cannot log in

+1 vote
answered Oct 23, 2018 by Trisha
+1 vote
First set up your FTP credentials are to go to your web app on the new portal. Click the settings icon at the top of the "blade". There's like 25-30 different links to settings there. The one we want is under Publishing and then Deployment Credentials.

I thought I had already set these up with my publish profile but those were not working. You should have the opportunity to enter your desired username and password now for FTP and git specifically.

Now go to the blade for Diagnostics (It was right above the publishing section) and you can copy the ftp url. I just copied the first one (ftp not ftps), went to FileZilla and used the ftp url, my new username and password, and port 21 and I was able to see all log files as expected.

This does NOT mess up or affect your publishing credentials in any way that I can see.
answered Oct 23, 2018 by abc

Related Questions In Azure

0 votes
1 answer

How do point my domain name to an Azure Website?

It is possible to have a CNAME directed ...READ MORE

answered Apr 12, 2019 in Azure by Prerna
• 1,960 points
595 views
0 votes
1 answer

How do I upload a picture to Windows Azure Website?

Check out this example: @model List<string> ...READ MORE

answered Jun 28, 2019 in Azure by Perry
• 17,100 points
1,447 views
+1 vote
2 answers

How do I establish an connection to Azure IoT Hub? Say a connection like MQTT/AMQP using Python.

Azure IoT Hub comes with 3 SDK's: Service SDK Device ...READ MORE

answered Apr 13, 2018 in Azure by null_void
• 3,220 points
1,926 views
0 votes
1 answer

How to set default Web page for a website on Microsoft Windows Azure?

This blog post should resolve your issue: http://blogs.msdn.com/b/cesardelatorre/archive/2010/07/22/how-to-set-a-default-page-to-a-windows-azure-web-role-app-silverlight-asp-net-etc.aspx Look ...READ MORE

answered Mar 27, 2019 in Azure by Prerna
• 1,960 points
2,648 views
+1 vote
2 answers
0 votes
1 answer

What OS is Jenkins installed on Azure Virtual Machine?

Under Managed Jenkins there's a section called ...READ MORE

answered Apr 4, 2018 in DevOps & Agile by DareDev
• 6,890 points
583 views
+1 vote
3 answers

Where to find the Microsoft.IdentityModel dll?

Include Microsoft.IdentityModel.Extensions for WIF runtime support by following the following ...READ MORE

answered Oct 23, 2018 in Azure by Progbaaa
7,770 views
0 votes
4 answers

How can I rename a SQL Azure database?

This command serves the purpose ALTER DATABASE [oldname] ...READ MORE

answered Nov 30, 2018 in Azure by Abhinav
1,959 views
0 votes
1 answer

How can we connect Azure Web App to an Azure SQL Database?

Its easy now! Go to your Azure SQL ...READ MORE

answered Aug 9, 2018 in Azure by club_seesharp
• 3,450 points
6,509 views
0 votes
1 answer

How to upload a file on to Azure Blob storage without writing a code?

You can find the below tools useful ...READ MORE

answered Apr 13, 2018 in Azure by club_seesharp
• 3,450 points
1,284 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP