Content
Is there any service in Azure for Activity Feeds Management
I want to understand if there is any service in Azure to handle Activity Feeds Management to build a social media app. I am looking for a service similar to Stream.io as a managed service to handle the feeds management.


AddAzureSignalR and ServerStickyMode with two Azure SignalR resources and two Web App services
Currently we have a configuration of two Azure SignalR resources, primary and secondary endpoints and two web app services that are configured with the two signalr resources (below code). My question is why the documentation contradictory?, we have…
How to get live view count of a stream?
I want to present this number in my portal to my tenants so they know how many people are currently viewing a live stream. I´m not sure you have this API but If you don´t what is the best way you would recommend getting it? I was then thinking about…


Solution: Custom SignalR Endpoints (Hubs) in a Blazor Server Application using Azure B2C When Deployed to Azure
Posting this in case I need it myself... Issue: Using custom SignalR endpoints (for example a /chat hub) with Authentication in a Blazor Server application that uses Azure B2C will not work when deployed. It will work fine on your local machine (using…


Implementing SignalR in ASP.NET Core Web App (MVC) for real-time database updates
Hi All, I am still a bit green with C# and ASP.NET however I have created a ASP.NET Core Web App (MVC) .NET6, that displays an IOT temperature sensor reading summary dashboard and another page that displays the readings and other information about each…
SignalR Issue for MultipleTabs in Chrome
Hello Team, We have implemented the SignalR service in our Angular Project. However while opening multiple tabs in chrome like 5 tabs then somehow signalR is getting disconnected in 1 or 2 tabs after 3 hours and getting the error in undefined in on…


IoT Edge Module commuincation using SignlR service
Hi Team, we are working on a solution, using SignalR service. The scenario is we are having two IoT edge modules, one is Backend (.NET) and other is Frontend (angular). When there is an event is raised by Backend Module it needs to be captured by…


Is there a cap on the number of named hubs allowed in an Azure SignalR service instance?
Hi All We're in the process of devising a partitioning strategy for our SignalR usage on our Azure hosted, multi-tenanted platform. Our preferred option would be to use a hub per client, but obviously we don't want to go down this route if we're…


Azure SignalR Message Delivery Queue
I am creating a POC using Azure SignalR in Serverless mode. I have successfully created a .Net 7 server web api, and a .Net 7 client console app. The server can send messages thru Azure SignalR and the client receives them. What I am looking for is if…


how i can upload more then 1 gb file to azure datalake?
Hello every one , i want to upload more then one gb file from my ui application . Let me show you flow# UI-->microservice->will use Data Lake path and upload file I already tried with chunk update …


signalR Azure : url request to start the negociation is empty
Hello, I used signalr to communicate the server to client application. I have an issue when I deployed on the server. The request used for the negotiation is empty (see print screen and in the code is connect.start()). But the url is not…


[Azure] How can I configure Signalr to secure the connexion with react or angular application
Hello, I tried to configure signalR with react or angular in Azure. I would like to secure the connection between the client (react application) and the service signalR in azure . How can I do ? I read some articles that we can use …


Signal R | Error: The connection was stopped during negotiation.
Good day Microsoft community, I require your assistance to resolve error that comes from server using Signal R for our chat room. We have issue, that our chat lose connection every 30sec - 1 minute due to below error, so the chat room keeps…


Encountering 'WebSocketException (0x80004005): The server returned status code '404' when status code '101' was expected' when signalr client starts a hub connection.
We have a .net core signalr client trying to establish a connection to signalr hub web application and a signalr service. The client successfully connects to the hub and signalr service, but fails when attempting to start the websocket transport to the…


Blazor Server Application hosted on Azure with SignalR. Issue with blazor.server.js
Blazor Server Application hosted on Azure with SignalR. Application is accessed by 200K users globally, we are facing issue with one specific user not able to login to Blazor Server App. Anything to do with proxies are firewalls, unable to track. …


Signal R 502 Bad Gateway
Hi. After receiving a 502 on a call to SignalR I tried using the Signal R Live Trace Tool on the Azure portal. There, too, I received a 502 immediately upon launching the tool. How do I start to diagnose this? Thank you!


Azure SignalR Service not working in a ASP.NET App Service
I have a .NET Framework v4.8 app which is deployed on a Azure App Service instance and currently implements local SignalR service. When I tried to scale out the app without setting the ARRAffinity cookie, SignalR messages get lost and sometimes may work…


Azure Serverless Function persistence of members with the Azure SignalR Service?
Does an Azure Serverless Function allow internal members to be persisted and load balanced with the Azure SignalR Service? For example: I have created a class that inherits the IGroupManager interface from Microsoft.AspNetCore.SignalR. I have…


[Blazor][SignalR] Enterprise-grade site with high concurrent traffic
Hello, We have several questions regarding the use of Blazor Server-side and SignalR technologies for a website aiming to reach eventually tens of thousands (perhaps hundreds of thousands occasionaly) of concurrent users. Here are the list of…
SignalR client receives Information: Connection disconnected from hub
Hi everyone, I created a signalR JavaScript client that needs to communicate with a hosted signalR server (from Playfab). I successfully created the signalR client and connected it with the server, but the problem that I'm facing is that the…

