120 questions with Azure SignalR Service tags

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

Azure Functions v4 signalR connection

Hi. I am migrating our app from azure functions v3 to v4. I need to migrate the signalR negotiate trigger. In the documentation there is described the old way for v3, i need to know how to migrate it to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
863 questions
asked 2024-02-15T11:53:09.26+00:00
mattonecz 30 Reputation points
commented 2024-04-03T04:21:39.2333333+00:00
Aishwarya 0 Reputation points
1 answer One of the answers was accepted by the question author.

Can't stop SignalR service ?

Hi there, I've been charged ~$50 for the SignalR service that I barely use. Is there a fixed price? Why can't I stop the service and only start it when needed?

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2024-03-11T01:16:19.4466667+00:00
Manage4 US 20 Reputation points
accepted 2024-03-13T02:39:40.2766667+00:00
Manage4 US 20 Reputation points
1 answer

Sometimes SignalR is not working properly

Dear Team, In my application, we have used ASP .Net web application as a server and Javascript as a client Side. we have to use signalr notification with various usecases like message nofication, active users notification and logout notification. We have…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2024-02-27T11:51:18.9533333+00:00
Suresh Raji 0 Reputation points
answered 2024-02-29T02:44:17.47+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee
1 answer

How to understand unexpected high traffic

Scenario: We have several servers (service plan) and 2 gateways that communicate with the servers. We are having problems with external traffic to a specific server where an exceptionally large amount of external traffic is being generated occasionally…

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
2,786 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2024-02-16T13:54:54.5166667+00:00
Bo Stintzing 0 Reputation points
commented 2024-02-28T07:02:04.99+00:00
SwathiDhanwada-MSFT 17,321 Reputation points
1 answer

Exploring SignalR: Creating a Hub and Establishing Connection via REST API

I am developing a project where I am extensively using REST APIs. I am curious to know how to integrate SignalR with REST APIs, specifically, where I should create a Hub. Should the Hub be a part of the REST API or a separate configuration within my…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2024-02-22T14:04:54.2366667+00:00
Balaji Ravikumar 0 Reputation points
answered 2024-02-23T05:45:03.37+00:00
VenkateshDodda-MSFT 18,021 Reputation points Microsoft Employee
1 answer

error when setting up cosmos db in Enable automatic updates in a web application using Azure Functions and SignalR Service

Get the following error when running the azure function locally, anyone got any tips on how to solve this? Executing 'Functions.getStocks' (Reason='This function was programmatically called via the host APIs.',…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,437 questions
asked 2023-08-07T10:05:52.4266667+00:00
Jan Boije 0 Reputation points
commented 2024-02-08T22:21:16.6466667+00:00
Michael G 5 Reputation points
2 answers

How to reference BlazorSignalRApp in a VS-Solution and start BlazorApp from console program

I have a solution, which contains the SignalR-Tutorial project (SignalR-Chat) and a project which is basically a console application. In the BlazorSignalRApp I created a static function called 'StartServerAsync' which is starting the web application.…

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,377 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,578 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,204 questions
asked 2024-01-11T08:32:37.88+00:00
WIDMER Silvan 0 Reputation points
answered 2024-02-06T05:30:37.9333333+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee
1 answer

How to resolve the error "the type 'SecurityTokenDescriptor' exists in both" in C# code?

public string GenerateClientAccessToken(string hubName, string userId = null, IList<Claim> claims = null, TimeSpan? lifeTime = null) { var tokenLifetime = lifeTime ?? TimeSpan.FromHours(1); // Default lifetime is one hour var claimsIdentity…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,204 questions
asked 2024-01-02T11:10:18.73+00:00
Sreeram Jayaram 0 Reputation points
commented 2024-02-05T02:10:41.46+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee
1 answer

Isolated worker process to send message with SignalR

[Function(SendMessageToUserFunctionName)] [SignalROutput(HubName = "SignalRHub", ConnectionStringSetting = "AzureSignalRConnectionString")] public async Task<SignalRMessageAction> SendMessageToUserAsync( …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2024-01-05T10:29:29.09+00:00
Sreeram Jayaram 0 Reputation points
commented 2024-01-11T03:25:55.7633333+00:00
Mike Urnun 9,651 Reputation points Microsoft Employee
0 answers

Not receiving message in Client side (Signalr)

JavaScript -> connection = new HubConnectionBuilder().withUrl(( connection.on("CampaignMessage", (message) => { this.showPopup(message); }), Azure Function (Isolated worker-process) -…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2024-01-05T11:28:25.1566667+00:00
Sreeram Jayaram 0 Reputation points
commented 2024-01-09T00:05:37.2466667+00:00
Mike Urnun 9,651 Reputation points Microsoft Employee
1 answer

Notify clients after Azure Storge Blob has been updated

We're seeking the most suitable Azure service for a specific scenario, which proves challenging due to the extensive range of options available within Azure. Our goal is to have hundreds or even thousands of clients (C++ clients) respond to a certain…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
259 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,415 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
555 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
311 questions
asked 2023-12-21T14:09:37.5366667+00:00
MaxiMuss 0 Reputation points
commented 2024-01-03T07:16:21.61+00:00
Anand Prakash Yadav 5,445 Reputation points Microsoft Vendor
1 answer

Getting CORS from Angular client when connecting .Net6 API for Azure SignalR service in default mode.

I am using Anular10, Azure SignalR service in Default mode and .Net6. API is connecting with connectionstring and return is Success. When Angular is connecting to API endpoint, it is showing CORS error. I have used .Net AzureSignalRSDK package and…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,346 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-11-27T05:58:03.95+00:00
Saumyabrata Bhattacharya 21 Reputation points
commented 2023-12-07T21:25:46.2433333+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee
1 answer

How to use SSL encryption and achieve communication between the client and server of SignalR with C#

I'm new for SignalR and I have one application using C#. The basic connection code for the SignalR client and server implemented by the Net Framework is as follows: Client using Microsoft.AspNet.SignalR.Client; namespace WinFormsClient { public…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,204 questions
asked 2023-11-20T08:41:37.7733333+00:00
Aspire 81 Reputation points
commented 2023-12-07T20:44:05.1233333+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

What's the pricing of SignalR?

Dear all, I cannot find the answer how I would be charged for sending one message from SignalR to 100k endpoints. If Microsoft will charge me for 100k messages or just for 1 message?

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-12-01T09:58:13.0833333+00:00
Adrian Nieweglowski 20 Reputation points
accepted 2023-12-01T11:57:32.5066667+00:00
Adrian Nieweglowski 20 Reputation points
2 answers One of the answers was accepted by the question author.

Sign in error code 65002

Why does Azure sign in error code 65002 occurs and how to mitigate this problem?

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-07-31T13:28:46.0266667+00:00
Sivakarthikeyan K 20 Reputation points
commented 2023-11-30T17:16:16.7766667+00:00
Felipe Cosentine 0 Reputation points
0 answers

Why SignalR cannot connect across machines?

I have a C# .NET Framework client and server, and I use SignalR to make them communicate. When I deploy the client and server in the same machine, they can make connection well, but if I move the client to another machine, it can never connect to the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,139 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,204 questions
asked 2023-11-21T03:07:40.89+00:00
Aspire 81 Reputation points
commented 2023-11-24T05:05:58.16+00:00
JasonPan - MSFT 4,201 Reputation points Microsoft Vendor
0 answers

502 bad gateway | Azure Web App | SignalR

We have web app hosted on Azure Web App Service. .NET 6 Azure SQL SignalR Core We have 600 active connection of SignalR with Azure Web App, we have 20 API's which all 600 connections are calling after each hour. Some how DB is not 100% and CPU,…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-11-21T19:36:28.2933333+00:00
Junaid Shahid 0 Reputation points
commented 2023-11-23T06:05:00.2866667+00:00
VenkateshDodda-MSFT 18,021 Reputation points Microsoft Employee
3 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.
302 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-01-29T17:42:51.4833333+00:00
Sturla 176 Reputation points
edited an answer 2023-11-06T13:05:09.32+00:00
Robertsmith 0 Reputation points
2 answers

Active Directory Authentication and Azure functions: combining non signalR functions with SignalR functions

TLDR; I am using both azure functions and azure functions with signalR. According to my reading, azure functions and azure functions with signalR both have their respective Active Directory Authentication routines. I want to avoid a situation where my…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,211 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,843 questions
asked 2023-08-14T12:24:44.7333333+00:00
Bubba Jones 206 Reputation points
commented 2023-10-30T15:34:55.74+00:00
MuthuKumaranMurugaachari-MSFT 22,141 Reputation points
1 answer

Is there any expiration of User-Group mapping membership in SignalR Serverless mode?

I'm testing adding a User to a Group in SignalR. When I add it, new messages sent to the group will be received by any active Connection from the added User. If I restart the application and establish a new Connection to SignalR, the previous…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
120 questions
asked 2023-10-18T18:24:48.2+00:00
Gabriel Ferreira 0 Reputation points
commented 2023-10-24T00:32:25.3066667+00:00
brtrach-MSFT 15,176 Reputation points Microsoft Employee