Azure SignalR: Notifications not consistently delivered despite active client connection and correct targeting
I'm using Azure SignalR with a JavaScript/TypeScript client and an Azure Function App that sends messages via SignalR output bindings. I'm experiencing unreliable message delivery — in most cases, the connected client does not receive notifications, and…
Azure SignalR Service
failed to make Windows Desktop UI App in .Net Framework 4.8 SignalR client to connect to .Net Core SignalR Server
I can make IIS ASP.NET .Net Framework 4.8 SignalR client to connect to .Net Core SignalR Server. But I failed to make Windows Desktop UI App in .Net Framework 4.8 SignalR client to connect to .Net Core SignalR Server. .Net Core SignalR Server: …
Azure SignalR Service
No metrics available for SignalR resource?
All of a sudden I can't see any monitoring for my signalR resource, when I try to create a new metric it gives me an error message saying that it can't find any metrics: What could be causing this issue?
Azure SignalR Service
Azure SignalR Service (Serverless Mode) Failing Client Connection - Upstream /connect Event Not Reaching Backend App Service
Specific Question for Azure Support: Why is the Azure SignalR Service not sending the connect event upstream to the correctly configured backend endpoint (https://backend-api-application.azurewebsites.net/api/signalr/connect) when a client attempts a…
Azure SignalR Service
HTTP 403 Error with Azure Managed Identity for SignalR listKeys Action
Why is the System-Assigned Managed Identity of our Azure App Service (backend-api-application) receiving an HTTP 403 AuthorizationFailed error when attempting to perform the Microsoft.SignalRService/signalR/listKeys/action via the Azure Management API…
Azure SignalR Service
App container located in northeurope with reduced signalR performance
I have a number of azure app containers running in the region westeurope. We have a database and Azure SignalR service running in northeurope that's being used by the container apps. To reduce database latency we created a new app container…
Azure SignalR Service
Azure Container Apps
Azure functions - SignalR output binding failure: ServiceEndpoints is empty. ConnectionString is null, empty, or consists only of white-space
I'm trying to run an Azure function using SignalR output binding in dotnet-isolated process, but I always have this error "Executed 'Functions.SendToGroup' (Failed,..) System.Private.CoreLib: Exception while executing function:…
Azure Functions
Azure SignalR Service
Developer technologies | .NET | Other
SignalR is not delivering message
SignalR is not delivering message. The service seems stop working from yesterday. I setup System Error Alert on SignalR and it emails me the system error alert when I sent a message to the signalR service and not delivering to the expected clients This…
Azure SignalR Service
Connection to signalR from Azure function fails with 403 (Forbidden) several times a day for 5 minutes, and then works again
As titel, several times a day our connection to singalR from the azure function fails with a 403 forbidden error. After 5 minutes the connection recovers. Full Exception : Exception while executing function /Functions.OrderToSignalR --->…
Azure Functions
Azure SignalR Service
Can't connect to Azure signalR
I can't connect to azure signalR, Here's my code. startup.cs string connectionString = System.Configuration.ConfigurationManager.AppSettings["SignalRConn"]; ConfigureAuth(app); app.MapAzureSignalR(this.GetType().FullName,…
Azure SignalR Service
Not able to listen(from Blazor server UI) to Azure SignalR Isolated process function call
Requirement : Receive the real time notifications/messages in Blazor Server UI from Azure Isolated process SignalR function with Azure SignalR service(Serverless). Steps followed : Backend : Created the Azure SignalR service(Serverless) Created the…
Azure SignalR Service
How to get a .Net Framework SignalR client to connect to .Net Core SignalR Server?
SignalR Server: IIS ASP.Net Core 8.0, Microsoft.AspNetCore.SignalR 1.1.0, Microsoft.AspNetCore.SignalR.Core 1.1.0, Angular, Javascript (Browser) successfully made SignalR connection SignalR Client 1: IIS ASP.NET…
Azure SignalR Service
Azure SignalR service rejecting client requests with 403
I have an Azure SignalR service that is rejecting client connections with a 403. The hub server (an App Service) is connecting to the Azure SignalR service authenticating with Managed Identity successfully, and is assigned "SignalR App Server"…
Azure SignalR Service
How do you send multiple messages with the Azure SignalR Service output binding?
The very first sentence of the doc suggest multiple messages can be sent with the SignalR Service output binding. Link:…
Azure SignalR Service

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…
Developer technologies | .NET | Blazor
Azure SignalR Service

Handling JWT Claims with Azure SignalR Service
There appears to be limited engagement on the GitHub issues page: https://github.com/azure/azure-signalr/issues. A project is utilizing the SignalR service with the following setup: using ClientResultSample; using Microsoft.AspNetCore.SignalR; var…
Azure SignalR Service
Package Microsoft.Azure.SignalR.AspNet hu bstate showed consistent connections
From the doc centre for my org website chat condition using SignalR. My clients have complained there is connect issue every time. It was working fine for 3 months. Any update from Azure? I validated to see if it’s coming from other clients, and found…
Developer technologies | ASP.NET | ASP.NET Core
Azure SignalR Service
How to do "Microsoft Windows Early Launch Anti-Malware Publisher" sign?
Our comapany is a memeber of MVI, now we need to do ELAM sign like below. Currently our sign is "Microsoft Windows Hardware Compatibility Publisher". Could someone guide us how to get ELAM publisher sign?
Azure SignalR Service
Issues with WebPubSub and SignalR Integration
I am working on a sample demo to make WebPubSub functional. I tried using the SignalR service, but WebPubSub seems to work for my case via API client with the following GET request: <web-pubsub-endpoint>/socket.io/?EIO=4&transport= However, it…
Azure Web PubSub
Azure SignalR Service
Azure SignalR Service - Response Headers (How do I add/modify them?)
Hi Guys, We currently deployed an application that's using Azure SignalR Service for realtime dashboard updates and other uses. There's an ongoing internal InfoSec scan and the <resourse_name>.service.signalr.net endpoint was flagged with a medium…