0

I saw there is a teams app for azure pipelines and while adding that it is asking for complete pipeline access to the group we add to.

Instead of using this, I just want to send notification to a teams group or individual users that build is successful or failed.

Can anyone please guide how to do that.

May be any pipeline step at the end also feasible.

Sara June
  • 389
  • 4
  • 15

1 Answers1

0

The easiest way to do this is to use a webhook to send a message to teams. You can create an incoming webhook by following this article. You can then setup a task in your Pipeline to call the webhook using PowerShell, Bash etc.

Sam Cogan
  • 38,158
  • 6
  • 77
  • 113
  • thank you. Can you please provide solution to this also https://serverfault.com/questions/1089053/how-to-connect-aks-with-postgres-in-private-vnet – Sara June Jan 05 '22 at 12:11