Application insights slack integration

Viewed 7320

I've recently started using application insights with a web api.

It will be really helpful to configure app insights to post error messages in a slack channel.

I've seen there is a slack connector but I am not sure how to use it, my guess is that this can be solved with the slack connector and a azure logic app, any tips? tutorials?

5 Answers

The most easiest path that I found to integrate was using an app named Slack Email which sends email alerts to slack. Once you subscribe this email id to alerts in Application Insights it will start sending the messages on the specific channel you have linked the email to. https://teamesub.slack.com/apps/A0F81496D-email

Related