1
votes

I'm using Azure Alerts to use webhooks. I added the webhook in the action group. The URL I used is the one from Slack.

I also added a Notification Type Email. The notification email gets triggered but I am not receiving any message in the Slack channel.

I was able to push messages to the webhooks using postman hence I know my webhook is correct. But Azure Alert is not able to trigger the webhook. I am not receiving any messages in the Slack channel.

Please help.

1

1 Answers

0
votes

Azure Monitor sends a notification with its own schema definition. Slack doesn't recognize it, so you cannot see any notifications in the channel. It is possible to create a Logic App or Azure Function to transform the default schema.

Here the more information about it: https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-common-schema