alert with event hub

YohannadeOliveira-7180 120 Reputation points
2023-10-30T16:50:05.29+00:00

How could I create an alert in Slack every time a failure log enters my event hub?

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,481 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,547 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
489 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 25,416 Reputation points MVP
    2023-10-30T17:08:56.9666667+00:00

    Hello @YohannadeOliveira-7180,

    welcome to this moderated Azure community forum.

    if you want to react to certain messages coming from an Event Hub, try the Azure Logic Apps solution.

    Logic Apps provides a no-code flow diagram and supports Slack:

    User's image

    Note: you can also use Power Apps if you are knowledgeable about that platform.

    You can post messages:

    User's image

    To send these messages, you need to listen for Event Hub messages, using the event hub connector:

    User's image

    I recommend starting with this free MS Learn training about Logic apps.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    1 person found this answer helpful.