Share via

Container Application Job not triggered when a message arrives to the Service Bus

Dante Loayza (Admin) 0 Reputation points
2026-02-05T12:59:08.95+00:00

I've set up a Container App Job intended to trigger when a message arrives in an Azure queue. Despite following the instructions and trying multiple configurations, the job is not running as expected. Since this is specifically a Container App Job rather than a standard Container App, I'm wondering if there are different configuration requirements.

The current scaling rules for the Container App Job are:

User's image

Any guidance or insight would be greatly appreciated, as most of the available documentation focuses on Container Apps rather than Container App Jobs specifically.

Azure Container Apps
Azure Container Apps

An Azure service that provides a general-purpose, serverless container platform.

{count} votes

1 answer

Sort by: Most helpful
  1. Pravallika KV 11,110 Reputation points Microsoft External Staff Moderator
    2026-02-05T13:28:24.3533333+00:00

    Hi Dante Loayza (Admin),

    Thanks for reaching out to Microsoft Q&A.

    The job isn't triggering because the Service Bus event trigger isn't being picked up by KEDA. This usually happens when the wrong connection string is used (namespace instead of queue/topic level), the scale rule metadata is incorrect (queueName=[REDACTED], namespace=[REDACTED]", or auth binding), or the managed identity lacks Service Bus Data Receiver permissions.

    In some cases, suspending or updating the job breaks the trigger entirely, and recreating the Container App Job is the only fix. If the job runs when started manually, the container is fine and the problem could be in the Service Bus trigger configuration.

    Hope this helps!


    If the resolution was helpful, kindly take a moment to click on User's imageand click on Yes for was this answer helpful. And, if you have any further query do let us know

    0 comments No comments

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.