Azure App Service (Linux) restarting daily without Activity Log or deployment events

Kuhu Gor 0 Reputation points
2026-07-03T19:07:50.24+00:00

Hi Team,

We are observing daily restarts on both our Production and Test Azure App Service (Linux, PHP 8.3).

What we have observed:

Both App Services show a SiteStarted event at approximately the same UTC time every day (around 03:55–04:40 UTC).

There are no corresponding Activity Log entries for restart, deployment, configuration changes, or manual actions.

The Web App Restarted detector only shows SiteStarted events and does not identify the restart cause.

Docker logs show a clean container startup with successful warm-up. We do not see OOM, SIGTERM, SIGKILL, container crashes, or application exceptions before startup.

The deployment version remains the same after the restart.

Machine/worker names change across these starts, suggesting the app may be running on different workers.

Laravel scheduled jobs have been disabled (CRON_ENABLED=false), so this is not caused by our application scheduler.

Health Check is currently not configured.

The App Service is running on a single instance.

Azure Diagnostics also reports that single-instance apps can experience downtime during platform upgrades, but we would like to understand whether that is what is happening here.

Our question:

Can you help determine whether these daily SiteStarted events are expected Azure App Service platform recycles/maintenance, or whether there is another likely cause we should investigate? Is there any additional diagnostic information we can collect without a paid Azure support plan?

Thank you.

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.