How to monitor and get alert if Azure Web jobs are stopped

Ashwin Khanzode 0 Reputation points
2023-07-19T11:02:22.2+00:00

Hello There,

Recently I faced one issue where all my web jobs are stopped and I was not aware of it, so after 2 days, when I visit, I came to know that my jobs are stopped. So I want to set one alert for me so that when any of my web job is stopped by any reason, I should get an alert.

Can anyone please help me here.

Thank you
Ashwin

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,658 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Konstantinos Passadis 19,591 Reputation points MVP
    2023-07-19T11:11:33.9166667+00:00

    Hello @Ashwin Khanzode !

    Welcome to Microsoft QnA!

    The solution is called Application Insights !

    https://learn.microsoft.com/en-us/azure/azure-monitor/app/app-insights-overview?tabs=net

    You can create an Application Insights rule but you have to enable Application Insights on your ServiceH

    Here is the Repo of Azure WebJobs SDK

    https://github.com/Azure/azure-webjobs-sdk-extensions

    And a similar thread for you

    https://learn.microsoft.com/en-us/answers/questions/60038/webjobs-monitoring

    I hope this helps!

    Kindly mark the answer as Accepted and Upvote in case it helped!

    Regards

    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.