diff --git a/website/docs/monitoring/teams.md b/website/docs/monitoring/teams.md index 11b10e2c..cd0c283a 100644 --- a/website/docs/monitoring/teams.md +++ b/website/docs/monitoring/teams.md @@ -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) @@ -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 -``` \ No newline at end of file +```