131 questions with Azure SignalR Service tags

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

Use SignalR service with my Blazor server app running on Azure App Service

Hi all; I've read in numerous places that adding a SignalR service to my Blazor app running on Azure App service, where the SignalR service connects to the remote client browser on one side and connects to my Blazor app on the other side should speed up…

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,471 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,258 questions
Azure Startups
Azure Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Startups: Companies that are in their initial stages of business and typically developing a business model and seeking financing.
236 questions
asked 2024-06-22T16:47:49.52+00:00
David Thielen 2,506 Reputation points
edited the question 2024-07-03T04:23:26.18+00:00
Ryan Hill 26,866 Reputation points Microsoft Employee
0 answers

Blazor Server Side Custom CultureInfo getting overridden when using AzureSignalR

I have a Blazor interactive server side .net 8 application. I wanted to change the default DateTimeFormat across the entire application for certain Cultures, so I created some custom CultureInfo's shown here: public static List<CultureInfo>…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,565 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.
1,471 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2024-06-25T23:30:39.3+00:00
C-Jesse Bryan 0 Reputation points
commented 2024-07-02T16:16:03.28+00:00
David Thielen 2,506 Reputation points
0 answers

How to configure signal R to send requests to KONG API with bearer token. I am able to get connection token from negotiate version but not able to maintain the connection. I am passing headers as web socket but it's still not able to keep the connection a

How to configure signal R to send requests to KONG API with bearer token. I am able to get connection token from negotiate version but not able to maintain the connection. I am passing headers as web socket but it's still not able to keep the connection…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2024-06-27T16:11:46.0633333+00:00
Swathi Maley 0 Reputation points
1 answer

How to send data using Azure SignalR Service from a JS SignalR client to a C# SignalR client?

Hello there, I have two signalR clients: ClientA is based on JavaScript and ClientB is based on C#. The objective is to send user input from ClientA and to ClientB. Both clients are completely different and don't belong to the same group. The signalR…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2024-06-10T10:09:52.6833333+00:00
Adwait Naik 45 Reputation points
commented 2024-06-27T03:46:28.12+00:00
Anusha Mande 0 Reputation points Microsoft Vendor
0 answers

Unable to connect Azure SignalR in Dafault mode with .Ner Core app

I have a service made with .Net Core 8, which are Web API with a SignalR Hub. This service will scale horizontally. For this reason I intend to use the Azure SignalR service in Default mode to act as a proxy between the different instances of my…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,337 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2024-06-26T10:23:00.21+00:00
César Adriel Airaldo 6 Reputation points
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.
131 questions
asked 2024-05-20T10:57:37.24+00:00
AkScript 5 Reputation points
commented 2024-06-19T21:38:45.4033333+00:00
AkScript 5 Reputation points
0 answers

Granting users from an external entra tenant access to a SignalR service in the main tenant

Is it possible to use a bearer token from an external entra tenant to authorize a user to access a SignalR service which is hosted in a main tenant? The main tenant hosts most of the cloud infrastructure and services, while the external entra tenant is…

Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
asked 2024-06-14T07:48:44.01+00:00
Serge 0 Reputation points
2 answers One of the answers was accepted by the question author.

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.
131 questions
asked 2024-06-05T06:07:54.7933333+00:00
Mohammed, Kazim 20 Reputation points
accepted 2024-06-11T19:34:42.9266667+00:00
Mohammed, Kazim 20 Reputation points
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,337 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,258 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

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,565 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,337 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,394 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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 27,421 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,553 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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 6,501 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,553 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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,471 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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,337 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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,553 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
JavaScript API
JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
921 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.
131 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.
131 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,701 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,960 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 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,456 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.
131 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,631 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,553 questions
Azure SignalR Service
Azure SignalR Service
An Azure service that is used for adding real-time communications to web applications.
131 questions
Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,514 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