Quick Notes94 words

Alerting on pipeline events — quick notes

Pipeline alerting — quick notes

PlatformMechanism
Azure PipelinesNotifications · service hooks · Teams app
GitHub ActionsNotifications · webhooks · Teams/Slack app
Alert onNot on
Broken mainEvery successful run
Awaiting approvalEvery stage transition
Production release failureEvery PR build

The classic bug: a notification step without condition: failed() (or succeededOrFailed()) is skipped when the thing it reports on fails. Silence then reads as good news.

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free