From the course: Microsoft Azure DevOps Engineer Expert (AZ-400) Cert Prep by Microsoft Press

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Understand site reliability engineering

Understand site reliability engineering

The next phase in the DevOps lifecycle after deploying our application is to operate and monitor our application to make sure it is running as expected. This is where a discipline known as site reliability engineering comes in. And the focus of this discipline is to make sure that everything is running smoothly and that anything that could be causing problems or slowness is identified and taken care of. One of the first tools that we can use to review the status of our resources is Azure Service Health. It includes a set of services that provide information about the health of the Azure services in different regions, such as the one called Active Events, which lists upcoming issues as well as health and security advisories. Other sections within Azure Service Health are the health history, which provides a list of events from the past three months. Resource Health, which provides the health status of the individual resources that…

Contents