Heartbeat event for Azure EventHub ?

MS Techie 2,681 Reputation points
2023-05-15T12:45:22.44+00:00

We have an application listening to Azure EventHub. Whenever that listener application is down, we need to get notified in Azure that listener is down.

Can we set heartbeat alerts to track it ? if yes, can we achieve this without using Log Analytics workspace ?

(or)

is there any other way to track it ?

User's image

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
559 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 28,706 Reputation points MVP
    2023-05-15T21:58:43.88+00:00

    Hello MS Techie,

    to test if an application is still working can be done in two ways.

    The application can actively send heartbeats, messages, to some reliable mechanism that will alert you if no messages arrive anymore.

    The other way is by asking about the current status of an application. If the answer is wrong or there is no answer, an alert can be generated.

    You do not want to make use of Log Analytics?

    For the first step, you probably need to either build something yourself.

    Regarding the other step, Application Insights has this availability test (for Rest endpoints):

    User's image

    Unfortunately, Log Analytics is needed for Application Insights.

    I wonder why Log Analytics is not applicable. Yes, there are costs involved but non-available services due to errors could cost much more.


    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.

    0 comments No comments