Skip to content

Commit

Permalink
Merge pull request maester365#593 from lukemurraynz/patch-1
Browse files Browse the repository at this point in the history
Update teams.md - Update heading.
  • Loading branch information
merill authored Dec 16, 2024
2 parents 1e0bdbd + 5fc65ca commit d67de01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/monitoring/teams.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 9
title: Set up Maester Teams alerts
---

# Set up Maester Slack Alerts
# Set up Maester Teams Alerts

Your Maester monitoring workflow can be configured to send an adaptive card in a teams channel with the summary of the Maester test results at the end of each monitoring cycle in Slack. This guide will walk you through the steps to set up Teams alerts in Maester.
Your Maester monitoring workflow can be configured to send an adaptive card in a team channel with the summary of the Maester test results at the end of each monitoring cycle in Slack. This guide will walk you through the steps to set up Teams alerts in Maester.

![Maester - Microsoft Teams Alerts](assets/maester-teams-alert-test-result.png)

Expand Down Expand Up @@ -68,4 +68,4 @@ Send-MtTeamsMessage -MaesterResults $results -TeamId $teamId -TeamChannelId $tea
$testResultsUri = "$(System.CollectionUri)$(System.TeamProject)/_build/results?buildId=$(Build.BuildId)"
Send-MtTeamsMessage -MaesterResults $results -TeamId $teamId -TeamChannelId $teamChannelId -Subject 'Maester Results' -TestResultsUri $testResultsUri
```
```

0 comments on commit d67de01

Please sign in to comment.