Per an Azure Support response in an Azure Docs github issue (https://github.com/MicrosoftDocs/azure-docs/issues/75652), Consumption-tier Azure Functions on Linux don't support the General Settings tab
[I]t is by design that "General Setting" tab is not available for Linux Consumption function app.
Additionally, they don't support FTP or FTPS connections at all
When using the Consumption hosting plan, your function code and binding configuration files are stored in Azure File storage in the main storage account, not persistent file server. Actually it is not even possible to FTP to it. You will see /home folder is empty.
Finally, an Azure Advisor "High Impact" Security recommendation states
FTPS should be required in your function app
Given that there's no way to change it in the portal, how can you mitigate the recommendation?