I have a service bus queue (partitions and session-enabled) from which a webjob inside an app service is consuming messages. I received an exception whereafter the actual processing of the messages stopped, but not the consuming of the messages from the queue.
I then
- stopped the webjob
- stopped the app service
- inactivated the queue
- checked for running processes under Kudu - none related to my webjob
but still messages are consumed
Do I really have to delete the container (App Service)? (Which I don't want to do since there are several webjobs running on it, and thus, several deployment flows.)
If anyone have experienced the same or if any light could be shed, by anyone, I would be grateful.
best regards