azure-signalr Questions

1

I'm building my first Azure Function App with SignalR trigger binding following this guide. I already have my Function App and my SignalR Service set up in Azure. But now I need to debug one of my ...
Protasis asked 14/1, 2023 at 16:12

2

Solved

I have an Asp.Net Core Api 3.1 and an Azure WebJob, both running on an Azure App Service. Both of them have a need to send notifications and neither will be receiving messages. To break it down: I...

2

Solved

I would just like to ask if there is an ARM template function that can get the Azure SignalR connection string.

3

Solved

I updated our signalr packages from 2.4.0 and added RunAzureSignalR instead of RunSignalR. Added this code in de Startup.cs app.Map("/signalr", map => { var hubConfiguration = new HubConfigura...
Oration asked 4/1, 2019 at 13:27

1

Solved

We have a ASP.Net Core application that authenticates against a standalone Identity Server 4. The ASP.Net Core app implements a few SignalR Hubs and is working fine when we use the self hosted Sign...
Carycaryatid asked 9/7, 2022 at 9:3

1

I have web API with custom policies and authorization handlers. I wanted to reuse authorization handlers but HttpContext is null when attribute is used on signalr's hub. For example this is my cont...
Nepheline asked 15/6, 2021 at 15:11

2

Solved

Using Azure SignalR (not .Net Core SignalR), Is Clients.Users.SendAsync supported to send message to specific user? [Authorize] public class ChatHub : Hub { public async Task OnNewMessage(string u...
Lawyer asked 9/6, 2021 at 11:27

4

When I publish a Blazor Server Side app on Azure, Visual Studio prompts a message that says: Your application is making use of SignalR. For environments that need to scale we strongly recommend ad...

2

Solved

I'm trying to make a connection between my ASP.NET Core 3.0 Blazor (server-side) application and the Azure SignalR Service. I'll end up injecting my SignalR client (service) in to a few Blazor comp...

1

I am using Azure SignalR with Asp.Net MVC API (with .net framework not .net core) project. I can never connect to Azure's SignalR service (tried any possible configuration) while everything works f...
Lozoya asked 17/5, 2019 at 12:59

1

Solved

I have set up the Azure SignalR Service for REST API. There are three modes under settings: Default, Serverless, Classic. I can't find any information about what each of these items sets. The only ...

0

I am trying to implement Azure SignalR Service to facilitate two way messaging between a desktop, asp.net-core and a xamarin.ios apps. I have created a Hub as per Microsoft's documentation here: ...
Iroquoian asked 17/12, 2018 at 22:55
1

© 2022 - 2025 — McMap. All rights reserved.