125 questions with Azure SignalR Service tags

Sort by: Updated
1 answer

Signalr gives 405 Method Not Allowed

Trying to deploy my website to Azure, Signalr gives the following errors on the browser: Failed to load resource: the server responded with a status of 405 (Method Not Allowed) For this call: hubs/presence/negotiate?negotiateVersion=1:1 …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,117 questions
asked 2022-04-12T13:08:26.77+00:00
OrenA 21 Reputation points
answered 2024-06-07T14:45:33.5133333+00:00
James Mitchell 0 Reputation points
1 answer

Azure SignalR Service (Serverless) - Stopped working

Hello in Support The SignalR service was working until today, now it's not working, means it is not reachable .\psping.exe cirruspl-at53286-signalrcuration-t1-chn-001.service.signalr.net:443   PsPing v2.10 - PsPing - ping, latency, bandwidth measurement…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2024-06-05T06:07:54.7933333+00:00
Mohammed, Kazim 0 Reputation points
answered 2024-06-05T08:05:54.0666667+00:00
ajkuma 23,391 Reputation points Microsoft Employee
1 answer

SignalR negotiation with hub returns 200 but https://<servicename>.service.signalr.net returns 403

I'm using Signalr for websocket communication with my Angular app which uses "@microsoft/signalr" npm package, the connection is established and messages are passing through, however, in about 10% of the time, establishing the communication…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2024-05-20T10:57:37.24+00:00
AkScript 0 Reputation points
commented 2024-05-31T04:18:51.83+00:00
brtrach-MSFT 15,371 Reputation points Microsoft Employee
1 answer

How to fix the exception System.Net.Http.HttpRequestException: The SSL connection could not be established

we have SignalR and SignalR.Client libraries used in our project to establish the connection between the client and the server. The services are .NET applications and the client is a mobile application which is also a .NET application. I am got the…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,503 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,355 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2024-05-29T11:57:56.0666667+00:00
Singh, Sheetal 0 Reputation points
commented 2024-05-30T11:51:25.3033333+00:00
AgaveJoe 26,671 Reputation points
1 answer

How to check if a SignalR Active Connection is still active or not within .Net8 Isolated SignalRTrigger Azure Function App

Earlier we were using InProcess and hence we had a refrence of InvocationContext which was working fine to check if the signalR connection is active or not to perform our own business logic. The same snippet follows below. if (await…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,461 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2024-05-27T09:46:49.5266667+00:00
Sathasivam, Logesh 0 Reputation points
answered 2024-05-28T14:21:25.57+00:00
Sina Salam 4,991 Reputation points
0 answers

Attempt to send message from Azure Function to Azure SignalR fails with 403 forbidden

Hi, I'm using Azure SignalR in serverless mode. I've an Azure Function which receives events from Event Hub and sends messages to Azure SignalR. [Function(nameof(EventHubEventsHandler))] [SignalROutput(HubName = "userevents",…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,461 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2024-05-22T07:47:42.9666667+00:00
Macháček Martin 201 Reputation points
edited the question 2024-05-22T07:51:58.7033333+00:00
Macháček Martin 201 Reputation points
1 answer

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…

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,445 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2023-01-15T08:30:23.1666667+00:00
Michael Washington 911 Reputation points MVP
answered 2024-05-15T13:18:30.56+00:00
Hatvani Sándor 0 Reputation points
1 answer

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…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,274 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
asked 2022-11-21T22:00:12.137+00:00
Qian Zhang 11 Reputation points
commented 2024-05-15T10:57:08.44+00:00
Hatvani Sándor 0 Reputation points
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,461 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
909 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.
125 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.
125 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,371 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,910 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 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 18,041 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.
125 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 19,606 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,461 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,484 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,445 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 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,744 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,454 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,371 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.
125 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,454 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,371 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,461 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 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,771 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,461 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 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,771 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.
276 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,528 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
577 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
330 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 7,250 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,503 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
125 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,371 Reputation points Microsoft Employee