An Azure service that provides a general-purpose, serverless container platform.
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 and click on Yes for was this answer helpful. And, if you have any further query do let us know