Share via

Function app service bus trigger is working only intermittently

Matt Atkins 0 Reputation points
2026-02-24T09:57:45.9633333+00:00

I have a number of function apps running on flex consumption plan, and using service bus triggers.

All of the apps and infrastructure is created through automation, so all are configured identically.

On just one of the apps, the service bus trigger is only operational some of the time - it seems to have periods of 'downtime' where the service bus is not polled, so messages are not actioned.

I also have a timed trigger, which periodically accesses the same service bus, and those requests are still working, so the service bus side seems fine, connectivity between the two fine, and the issue is on the app side.

During the periods of downtime, even restarting the app makes no difference.

The downtime can clearly be seen, by checking the graph of requests on the service bus side. The requests are very regular (every 10 seconds) when it is working, and drops to zero when not working, which can be for several hours at a time.

All other apps with same config are working fine, with no downtime / drop outs in service bus calls.

There are no errors in App Insights.

As this issue is currently only affecting one app, could it be a local fault with the app service host?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
{count} votes

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.