How can I send alerts to an authenticated endpoint?

Debasish Misra 1 Reputation point
2021-07-22T07:26:46.507+00:00

All,

I am trying to send the azure alerts to an authenticated endpoint. Can anyone please let me know if we can configure some sort of Auth header in webhooks in the action groups of the alerts?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,275 questions
{count} votes

1 answer

Sort by: Most helpful
  1. bharathn-msft 5,096 Reputation points Microsoft Employee
    2021-08-07T01:27:34.923+00:00

    <<Resurfacing the information from comments to here for broader community usage>>

    Currently using Azure Active Directory you can authenticate your webhook connection as per steps documented here.

    Using the webhook action requires that the target webhook endpoint either doesn't require details of the alert to function successfully or it's capable of parsing the alert context information that's provided as part of the POST operation. If the webhook endpoint can't handle the alert context information on its own, you can use a solution like a Logic App action for a custom manipulation of the alert context information to match the webhook's expected data format.

    Hope the information helps, please revert back if you have any additional queries.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.