Hello,
Maybe I'm missing a concept here but I did stop my function App in the portal (Dev in c# VS2017).
It contains 3 Storage Queue Triggers. But I still can see messages going off the queue and data coming into our DW. So somewhere it is still running.
How can I really stop it so that I can upload a new version. No data will be lost as the queue's would grow...
Kind regards, harry
(Edited. I've noticed that almost 6min after my 'Stop' on the portal the function really stopped).
Nevertheless, some hints on why would be appreciated, was this really buffering so many calls ?