Friday 11 September 2020

Continuous Deployment Configure FTP service Connection

Before we can deploy our artifacts via the FTP upload task we have to set up our Service connection to allow communication between our devops pipeline and our azure app service. in our settings section select our service connections and click the new service conneciton.

Next select the generic type

now you maybe wondering where do we get what we need for this form

well for that we need to jump to our Azure portal, select our app service and under the deployment center configure and FTP connection

now here we have all we need to setup our service connection

copy what is needed and 

Once you hit save your new connection should appear in the service connections list of your devops project

now we are ready to configure our Continuous deployment stage.