Skip to content

Commit 943ec6d

Browse files
authored
Merge pull request #58162 from BryanTrach-MSFT/patch-48
(forumsteam) fixes MicrosoftDocs/azure-docs#19014
2 parents 8c3a0e3 + 99a0fc1 commit 943ec6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/app-service-deploy-ftp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ For enhanced security, you should allow FTP over SSL only. You can also disable
6464

6565
In your app's resource page in [Azure portal](https://portal.azure.com), select **App settings** in the left navigation.
6666

67-
To disable unencrypted FTP, select **FTPS Only**. To disable both FTP and FTPS entirely, select **Disable**. When finished, click **Save**. If using **FTPS Only** you must enforce TLS 1.1 or higher by navigating to the **SSL settings** blade of your web app. TLS 1.0 is not supported with **FTPS Only**.
67+
To disable unencrypted FTP, select **FTPS Only**. To disable both FTP and FTPS entirely, select **Disable**. When finished, click **Save**. If using **FTPS Only** you must enforce TLS 1.2 or higher by navigating to the **SSL settings** blade of your web app. TLS 1.0 and 1.1 are not supported with **FTPS Only**.
6868

6969
![Disable FTP/S](./media/app-service-deploy-ftp/disable-ftp.png)
7070

0 commit comments

Comments
 (0)