Dave New
Dave New

Reputation: 40092

Azure Web Apps: Removing FTP access

I cannot find where on the portal I originally created this FTP access account. I wish to delete it. Where can this be done?

FTP Credentials

Upvotes: 5

Views: 4528

Answers (4)

Sumer
Sumer

Reputation: 2867

In latest Azure these options are changed, Now its App Service > Configuration(its part of Settings in left pane) > General Settings (Tab on the Top) > FTP State and than Save it

enter image description here

Upvotes: 0

QFDev
QFDev

Reputation: 9008

In "Application Settings" blade there's now an option to restrict to FTPS or fully disable.

Azure - Application Settings

Upvotes: 2

David Rodriguez
David Rodriguez

Reputation: 2511

Starting May 8th 2018, a new setting is available to enable or disable FTP/FTPS. You can read more about it at https://blogs.msdn.microsoft.com/appserviceteam/2018/05/08/web-apps-making-changes-to-ftp-deployments/

Upvotes: 2

Aaron Chen
Aaron Chen

Reputation: 9950

This is a known issue in Azure App Service. I believe that Azure team will add this feature in the future. You can check this link: https://feedback.azure.com/forums/169385-web-apps/suggestions/8211222-option-to-disable-ftp-and-force-ftps-in-azure-we for status.

Upvotes: 1

Related Questions