Reader small image

You're reading from  Learn Azure Administration - Second Edition

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781837636112
Edition2nd Edition
Right arrow
Author (1)
Kamil Mrzygłód
Kamil Mrzygłód
author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód

Right arrow

Implementing custom alerts for Azure infrastructure

Collecting logs is one of the crucial points when it comes to managing Azure infrastructure, but logs alone won’t help us when there’s an outage or some resources don’t work as expected. Of course, logs may help us in finding the root cause, but they’re not meant for proactive monitoring of infrastructure. To be notified about anomalies or abnormal behavior of Azure services, we need to implement alerts. Let’s see what steps are needed to do that.

Defining an alert

Alerts are part of Azure Monitor and are based on logs reported by services. Each alert consists of three components:

  • Scope
  • Condition
  • Action

Alerts react when a condition is met and perform an action. We’ll describe those components in the next few sections.

The scope of an alert

Each alert can be scoped to one of the available scopes:

  • Subscription
  • Resource group
  • Resource
...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learn Azure Administration - Second Edition
Published in: Dec 2023Publisher: PacktISBN-13: 9781837636112

Author (1)

author image
Kamil Mrzygłód

Kamil Mrzygłód is a technical lead and technology advisor, working with multiple companies on designing and implementing Azure-based systems and platforms. He's a former Microsoft Azure Microsoft Most Valuable Professional (MVP) and certified trainer, who shares his knowledge via various channels, including conference speeches and open source projects and contributions. Kamil lives in Poland with his two cats and one dog, dedicating some of his time to video games, cooking, and traveling.
Read more about Kamil Mrzygłód