Azure Function continuous integration and deployment

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:

  1. Click on the build definition for the function app in the DevOps portal.
  2. Click on New build definition, and from the list of available templates, select the ASP.NET Core template.

  1. 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:
  1. To make sure the release is working ...

Get Serverless Integration Design Patterns with Azure now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.