Microsoft Q&A

Azure SignalR Service

80 questions

An Azure service that is used for adding real-time communications to web applications.

Browse all Azure tags

80 questions with Azure SignalR Service tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

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…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
875 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2023-03-20T11:54:52.4966667+00:00
rokolab 20 Reputation points
edited a comment 2023-03-21T05:10:42.3933333+00:00
JasonPan - MSFT 1,306 Reputation points Microsoft Vendor
1 answer

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2023-03-17T12:14:50.9066667+00:00
悠葵 佐和田 0 Reputation points
answered 2023-03-21T03:37:08.3533333+00:00
brtrach-MSFT 7,136 Reputation points Microsoft Employee
3 answers

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

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,809 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
2,782 questions
asked 2023-02-22T11:00:39.4466667+00:00
Bubba Jones 151 Reputation points
commented 2023-03-21T01:28:27.94+00:00
Liangying Wei 401 Reputation points Microsoft Employee
1 answer

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

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2023-03-06T11:21:07.27+00:00
BAR Eran 0 Reputation points
edited a comment 2023-03-19T21:07:55.3766667+00:00
BAR Eran 0 Reputation points
2 answers

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
Universal Windows Platform (UWP)
HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
247 questions
asked 2023-02-23T23:25:44.7333333+00:00
JoeS-3935 1 Reputation point
commented 2023-03-13T18:51:04.7066667+00:00
ajkuma 14,086 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2023-03-10T08:28:12.95+00:00
Jaime González-Arintero 30 Reputation points
edited a comment 2023-03-13T11:40:47.95+00:00
Jaime González-Arintero 30 Reputation points
2 answers One of the answers was accepted by the question author.

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2023-02-01T13:10:11.4966667+00:00
Carlante 25 Reputation points
accepted 2023-03-07T14:02:40.8+00:00
Carlante 25 Reputation points
1 answer

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 Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
265 questions
asked 2023-02-01T08:33:10.02+00:00
edited the question 2023-03-02T05:02:27.38+00:00
PRADEEPCHEEKATLA-MSFT 56,221 Reputation points Microsoft Employee
1 answer

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
2,782 questions
asked 2023-02-21T23:20:15.81+00:00
Daniel Bordeleau 0 Reputation points
edited an answer 2023-02-23T05:45:16.45+00:00
Ryan Hill 16,376 Reputation points Microsoft Employee
2 answers

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…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
265 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2023-01-29T17:42:51.4833333+00:00
Sturla 166 Reputation points
answered 2023-02-15T07:35:45.0533333+00:00
SnehaAgrawal-MSFT 11,441 Reputation points Microsoft Employee
0 answers

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
875 questions
asked 2023-01-15T08:30:23.1666667+00:00
Michael Washington 791 Reputation points MVP
commented 2023-02-02T13:14:14.0733333+00:00
jacob threadgould 6 Reputation points
1 answer One of the answers was accepted by the question author.

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,809 questions
asked 2023-01-11T13:00:50.5266667+00:00
ChrisU 226 Reputation points
accepted 2023-01-31T09:58:08.98+00:00
ChrisU 226 Reputation points
3 answers

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2022-10-27T04:41:53.397+00:00
Jhonny Panchal 1 Reputation point
edited the question 2023-01-12T05:26:02.0333333+00:00
SnehaAgrawal-MSFT 11,441 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
405 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
745 questions
asked 2023-01-03T15:13:40.437+00:00
Dhanavath Vishnu 136 Reputation points
accepted 2023-01-09T03:21:33.38+00:00
Dhanavath Vishnu 136 Reputation points
2 answers One of the answers was accepted by the question author.

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 Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2022-12-19T09:21:00.34+00:00
Mark Middlemist 161 Reputation points
accepted 2022-12-19T17:53:15.81+00:00
Mark Middlemist 161 Reputation points
1 answer

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2022-12-08T15:45:15.62+00:00
Peter Hyde 1 Reputation point
answered 2022-12-17T02:48:33.62+00:00
Ryan Hill 16,376 Reputation points Microsoft Employee
1 answer

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 …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
2,809 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
930 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
1,520 questions
asked 2022-12-08T13:42:57.423+00:00
Maulik Dave 1 Reputation point
commented 2022-12-12T23:04:20.023+00:00
BhargavaGunnam-MSFT 10,071 Reputation points Microsoft Employee
1 answer

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 SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2022-12-11T15:02:38.093+00:00
Samy 1 Reputation point
answered 2022-12-12T11:34:50.287+00:00
VenkateshDodda-MSFT 7,346 Reputation points Microsoft Employee
1 answer

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

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2022-12-07T22:48:08.7+00:00
Samy 1 Reputation point
answered 2022-12-12T07:51:10.75+00:00
SnehaAgrawal-MSFT 11,441 Reputation points Microsoft Employee
1 answer

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…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
80 questions
asked 2022-11-28T17:29:52.387+00:00
Oleksandr Dashevskyi 1 Reputation point
answered 2022-11-29T15:45:26.55+00:00
Oleksandr Dashevskyi 1 Reputation point