Content
Blazor Server SignalR capabilities
I have developed Blazor Server application. It is hosted on Azure, and I also created SignalR service that my app uses. Now the Standard plan for SignalR says: 1,000 connections/unit 1,000,000/Unit/Day 41.41 EUR/Month/Unit 0.84 EUR per million…


SignalR message content is different between sent and received
We are building a chat system using SignalR. However, we have encountered an issue where the content sent and received are different. What could be the solution to this problem? The following message is a trace of a SignalR message using EDGE developer…


Invoking azure functions server SignalR group functions from ASP.NET Core Client
I am trying to invoke azure functions server SignalR group functions from an ASP.NET Core client. The server side code that I am trying to invoke via an ASP.NET Core client can be found in this article. I have not found a single reference of a C#…


how to lazy instantiate the connection to the Azure SignalR service using a middleware or similar?
according to the AzureSignalR service docs the way to configure is to do something like below: the thing is that i need to connect to external service to retrieve the connection string and do additional logic before connecting to Azure SignalR service.…
UWP created with Unity not sending Azure SignalR message to clients in Hololens2
I created a Universal windows project with Unity that is deployed on a Hololens2. The Unity app is suppose to send and receive messages using Azure SignalR. When testing out the app in the Unity tool platform the project is able to send and receive…
Markup not rendered in the Azure Portal
Just wanted to report this small bug in the Azure Portal... It applies to the Azure Portal workflow when creating a SignalR instance, but I suspect that it may happen with other resources because the form seems universal. Please note that in the second…


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…
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.


Azure SignalR serverless with Azure Functions OnDisconnected not working
I'm using Azure Funtions with Azure SignalR serverless with and my client is Typescript. Everything is working fine but I'd like to know when a user is disconnected. But my OnDisconnected never gets triggered. I have setup my Upstream…


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…

