I have a function 2.0 that has a queue trigger and works as expected.
Yet, from some days on, sometimes I realize the messages are not being processed. I go to the function details in the portal and see the following error:
The binding type(s) 'queueTrigger' are not registered. Please ensure the type is correct and the binding extension is installed.
This is accompanied by a error 500 when I directly try to access https://function_app_name.azurewebsites.net/
After I stop and restart the app it usually starts working again. Anyone with the same behaviour happening?
I'm deploying from VS Community Mac
