Hi folks,
I'm building a function app in Node.js/TypeScript that will react to messages to and from a SignalR Service (in serverless mode)
I have the following function, shown in the image below.
My question is how do I actually debug this function?
More specifically, what are the steps I need to take to invoke this method.
I've been following this document: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service-trigger?tabs=javascript however, i don't understand the last section "Send messages to SignalR Service trigger binding" - it seems like there should be more info; such as where this URL is, what the POST body will look like etc.
Really need some help folks.
Thanks in advance

