Hi @devopsfj ,
Thanks for posting this query in Q&A forum.
The below message would be mostly seen when the host is shutting down. In your scenario, you are seeing this message when the pod is getting terminated, so this message is expected from the function host.
Stopped the listener 'Microsoft.Azure.WebJobs.ServiceBus.Listeners.ServiceBusListener' for function 'MyFunction'
Please note that, this message does not indicate that the host is still listening to the service bus queue.
However, I am curious to know about this behavior "The issue we are having is that the job is being reported as failed, even though the function is doing what we expect". Please share the error message that you get so that I can provide my insights.