Forum Discussion
kf4ape
Mar 30, 2025Copper Contributor
Event Subscriptions to Webhooks
been trying to get event items in azure over to webhooks for immediate action...ie teams, slack, etc...but MS is requiring validation of the URL per recent security best practices... I did a test vi...
Kidd_Ip
Apr 01, 2025MVP
Seems you are encountering challenges with Azure Event Grid's webhook URL validation process, especially when integrating with platforms like Teams or Slack:
- Azure Event Grid requires webhook endpoints to validate ownership before sending events. This is done via a SubscriptionValidationEvent handshake.
- The webhook must respond with the validationCode provided in the request body to confirm ownership.