Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: How can I notify a client from a function app using SignalR? #2534

Open
jonBlanco1 opened this issue Aug 12, 2024 · 1 comment
Open

Comments

@jonBlanco1
Copy link

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:

  1. Client calls API (regular REST call),
  2. API sends message to Service Bus,
  3. Function with a service bus trigger starts executing,

So after this function finishes, how can we notify the client using SignalR?

@bhagyshricompany
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants