Open jonBlanco1 opened 3 months ago
Thanks for informing You can refer to the official Azure documentation for detailed guidance on setting up and using SignalR with Azure Functions:
Azure SignalR Service Documentation: https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-overview
Integrate SignalR with Azure Functions: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-signalr-service
Service Bus Triggered Azure Functions: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-service-bus-trigger
Hi, we have a project that relies heavily on function apps. We also use Azure heavily. How can we notify a client from a function app using SignalR?
For example, our typical flow is the following:
So after this function finishes, how can we notify the client using SignalR?