Once the Function code is checked into DevOps source control, the next step is to build a continuous integration and deployment pipeline using an ARM template and Function definition. To do this, follow these steps:
- Click on the build definition for the function app in the DevOps portal.
- Click on New build definition, and from the list of available templates, select the ASP.NET Core template.
- Add an additional task in the ASP.NET Core template, such as an archive function build definition, and publish the ARM definition for the function app container:
- To make sure the release is working ...