Monitoring Azure Pipelines
So far, we have learned about most of the building blocks that are required to use Azure Pipelines for CI/CD needs. By the end of this chapter, you will have the skills to understand the operational aspects of running build and release pipelines efficiently, using built-in capabilities to measure the healthiness of agents, ensure timely execution of jobs, and validate that applications are running without issues after deployment.
In this chapter, we will cover the following topics:
- Understanding monitoring concepts
- Monitoring pipeline tasks and their performance
- Monitoring pipeline agents
- Measuring application quality with monitoring
But first, let’s cover a few of the technical requirements for this chapter.