Now that the code is in source control, and the staging slot is available for deployment, we are ready to set up the continuous delivery pipeline. First we will configure the application Build process.
In the future, you should be able to configure the Build and Release process directly from the functions portal, by configuring the Continuous Delivery feature. Doing so will generate the appropriate templates in VSTS.
To create a new build for the Function App, execute the following steps:
- Browse to your VSTS website, https://[YourVstsAccount].visualstudio.com.
- Navigate to Builds -> New, and select the ASP.NET Core (.NET Framework) template, as shown in the following screenshot. This template has the correct ...