In this section, we'll take our sample application, that is, Azure Voting App, that we used in the previous exercise for AKS deployments and use that to demonstrate an end-to-end CI/CD process. We'll be using the following components of Azure DevOps:
- Azure Repos: To store our application code and version control
- Azure boards: For work items related to new feature requests in the application
- Azure pipeline along with Azure test plans: To automatically build, test, and deploy the application
Let's get started!