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
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
As long as the service/web job is down that means your queue messages are not consumed by this resource.
I would suggest you look for: