Open DarrenWainwright opened 4 years ago
Although this issue was created a long time ago, I'd still try to answer the question in case someone wants it later. Do you mean making Azure SignalR trigger your local SignalRTrigger
functions by "invoking a function method via signalR"? If so, you could try ngrok
. Please see https://hackernoon.com/using-ngrok-with-azure-functions-7e209e96538c for reference.
This document is the only one i found after a few days trying to get bi-directional communication working; in particular invoking a function method via signalR. Thank you!
I'd like to ask if it's possible to add some steps on how to debug locally?
I'm using postman and another MSFT Employee pointed me here https://docs.microsoft.com/en-us/azure/azure-signalr/concept-upstream#serverless-protocols for information on forming a post to the locally running function - I'm not winning though and unsure why.
I think this extra information might be valuable to other devs too.
thank you