Enabling FTPS for function apps and web apps

JKFrancis 76 Reputation points
2022-02-10T22:35:49.257+00:00

We have a situation with a SaaS application where in Azure Advisor it is asking us to enable FTPS for both Web Apps and Function Apps. Our concern is that if I specifically change this to be FTPS then will it break something? The company is not willing to help us unless we pay for it even though this is a simple question for them to answer that either something will break or nothing will break. But, they want to charge us to provide that answer.

There is no info on their website about this. So, how can we address this. If we enable it and it breaks then we will have to open a case with them and wait for them to get back.

So, any suggestions?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,239 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. MughundhanRaveendran-MSFT 12,421 Reputation points
    2022-02-11T10:04:52.54+00:00

    @JKFrancis ,

    Thanks for reaching out to Q&A.

    The FTP/S endpoint for your app is already active. This is the default setting and no configuration is necessary to enable FTP/S deployment. You can either disable FTP or force Fts/S only setting.

    173469-image.png

    I am assuming you have disabled this setting earlier and you would like to enable now. FTP/S in App service/Functions is only used for deployment and file access purposes. Also there is a different server used for FTP access so that it doesnt fiddle with the incoming http traffic of the App service/Function app. Enabling FTP/S shouldnt break any functionlity.

    https://learn.microsoft.com/en-us/azure/app-service/deploy-ftp?tabs=portal

    I hope this helps!

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.