Questions tagged [signalr-service]

Use SignalR-Service for Microsoft hosted Signal R service on the Azure Platform. For generic use, just use SignalR

SignalR was added as a service on the Azure hosting platform in September 2018, allowing you to write SignalR apps / components and deploy them to a hosted Azure Cloud instance.

Azure SignalR Overview:

Azure SignalR Service simplifies the process of adding real-time web functionality to applications over HTTP. This real-time functionality allows the service to push content updates to connected clients, such as a single page web or mobile application. As a result, clients are updated without the need to poll the server, or submit new HTTP requests for updates.

21 questions
1
vote
1 answer

How to call SignalR Service method from web app service

Let's say, I have an enterprise application runs on Azure Web App Service. Among 100+ pages, I have 3-5 pages needs to be served real-time. to benefit from real-time capabilities of Azure SignalR Service, I want to make clients land on my SignalR…
ilkerkaran
  • 4,214
  • 3
  • 27
  • 42
0
votes
1 answer

Serverless SignalR Service - What do Azure Functions provide?

Say I'm working with an Azure SignalR Service run in serverless mode to implement a chat application. I'm wondering why would we use Azure Functions for this. What do they provide us? Couldn't we just build the connection with the SignalR Service on…
0
votes
1 answer

How to call async methods from a azure function connected to a singnalr service why IAsyncCollector is used for return

I have a azure function connected to a singnalr service that why IAsyncCollector paramter is used to add the return via AddAsync. Now I have to call a async method to calculate the result but so I need to change the method signature to async but…
Daniel W.
  • 938
  • 8
  • 21
0
votes
2 answers

415 Unsupported Media Type on Azure Function -> SignalR Service post

I'm attempting to send a message from an Azure Function to an Azure SignalR Service and its returning a 415 but I'm unsure on how to identify the cause of the issue. I already have a working implementation for the front end of the application with…
0
votes
0 answers

SignalR Groups and Users within Groups limitations

I'm building a solution with Azure SignalR Service that needs to scale to millions of Groups with tens of thousands of Users within a group. Are there any limitation on the number of Groups or Users within a Group?
David Torres
  • 165
  • 9
0
votes
1 answer

How to deploy to azure signalr service from visual studio or via command line

I have been trying to find some guide or article on how to deploy code on azure signalr service. Currently I am using azure app service for signalr which is temporary alternative for development only. I cant see signalr service instances (that I…
zash707
  • 245
  • 2
  • 11
1
2