I have a function app running in Azure, most functions are HTTP triggers and work fine but I also have 3 or 4 queue based triggers.
About a week ago these functions stopped working, when the queue receives an item it is correctly triggering the function, however it is immediately throwing;
The given key '$request' was not present in the dictionary.
I am really stumped on to what is causing this so any advice would be much appreciated.