SignalR in serverless mode not passing message onto function app SignalRTrigger
I’ve got Azure SignalR setup in serverless mode connected to a .net 6 function app running in in-process mode.
I have a method with a HttpTrigger that sends a message to an event on a specific SignalR hub and another with a SignalRTrigger that listens for messages events on the same hub with the same category.
Source for function app
When I call the HttpTrigger, it successfully responds and send the message to SignalR,
SignalR live trace log
However SignalR never seems to pass that message on to the trigger in my function app as it only is only logging the http trigger not the signalr trigger.
FunctionApp log
SignalR in serverless mode not passing message onto function app SignalRTrigger
I’ve got Azure SignalR setup in serverless mode connected to a .net 6 function app running in in-process mode.
I have a method with a HttpTrigger that sends a message to an event on a specific SignalR hub and another with a SignalRTrigger that listens for messages events on the same hub with the same category.
Source for function app
When I call the HttpTrigger, it successfully responds and send the message to SignalR,
SignalR live trace log
However SignalR never seems to pass that message on to the trigger in my function app as it only is only logging the http trigger not the signalr trigger.
FunctionApp log
SignalR in serverless mode not passing message onto function app SignalRTrigger
I’ve got Azure SignalR setup in serverless mode connected to a .net 6 function app running in in-process mode.
I have a method with a HttpTrigger that sends a message to an event on a specific SignalR hub and another with a SignalRTrigger that listens for messages events on the same hub with the same category.
Source for function app
When I call the HttpTrigger, it successfully responds and send the message to SignalR,
SignalR live trace log
However SignalR never seems to pass that message on to the trigger in my function app as it only is only logging the http trigger not the signalr trigger.
FunctionApp log
SignalR in serverless mode not passing message onto function app SignalRTrigger
I’ve got Azure SignalR setup in serverless mode connected to a .net 6 function app running in in-process mode.
I have a method with a HttpTrigger that sends a message to an event on a specific SignalR hub and another with a SignalRTrigger that listens for messages events on the same hub with the same category.
Source for function app
When I call the HttpTrigger, it successfully responds and send the message to SignalR,
SignalR live trace log
However SignalR never seems to pass that message on to the trigger in my function app as it only is only logging the http trigger not the signalr trigger.
FunctionApp log