Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,878 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created a very simple web job that generates a Guid and logs it into Azure Insights. The web job is hosted in an App Service and initially runs without issue. However, it gets aborted after 5-6 days.
I have already set the WEBJOBS_IDLE_TIMEOUT to its maximum value, and AlwaysOn is enabled in the App Service.
Please help me diagnose the root cause as I'm unable to find it myself.