For most applications, it might not make sense to perform manual builds in Azure DevOps. It will make sense to configure Continuous Integration (CI) by automating the process of triggering the build for each check-in/commit done by developers.
In this recipe, you will learn how to configure continuous integration in Azure DevOps for your team project and will also trigger the automated build by making a change to the code of the HTTP trigger Azure Function that we created in Chapter 4, Understanding the Integrated Developer Experience of Visual Studio Tools for Azure Functions.