In this section, you will learn how to implement CI/CD pipelines to build your function app and deploy it on Azure. Let's set them up by going through the following steps:
- First of all, you must have an organization in Azure DevOps; then you can create a team project to host your pipelines. In this example, we will assume that your code is on GitHub.
- To create your team project, use the Create project button in Azure DevOps:
- Then configure it:
- You can set a description to describe your project. In this ...