More Info:

Enable FTPS-only access for your Microsoft Azure App Services web applications.

Risk Level

Medium

Address

Security

Compliance Standards

CISAZURE, CBP

Triage and Remediation

Remediation

To enable FTPS-only access for App Services in Azure, you can follow these steps:

  1. Open the Azure Portal and navigate to the App Service that you want to configure.
  2. Click on the “Networking” tab in the left-hand menu.
  3. Under “FTP Access,” select “FTPS Only” from the drop-down menu.
  4. Click “Save” to apply the changes.

Note: Enabling FTPS-only access will disable standard FTP and SFTP access.

Additionally, you can also configure the SSL/TLS settings for FTPS by following these steps:

  1. Under “SSL/TLS settings,” select “Require SSL/TLS” from the drop-down menu.
  2. Under “FTP Access,” select “FTPS Only” from the drop-down menu.
  3. Click “Save” to apply the changes.

These steps will ensure that only FTPS is enabled for your App Service, and that SSL/TLS encryption is required for all FTPS connections.