SkillAgentSearch skills...

AspNetCore.SignalR.AzureServiceBus

Provides scale-out support for ASP.NET Core SignalR using an Azure Service Bus topic to dispatch messages to all server instances.

Install / Use

/learn @thomaslevesque/AspNetCore.SignalR.AzureServiceBus
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

AspNetCore.SignalR.AzureServiceBus

NuGet version AppVeyor build AppVeyor tests

Provides scale-out support for ASP.NET Core SignalR using an Azure Service Bus topic to dispatch messages to all server instances.

How to use it

Install the AspNetCore.SignalR.AzureServiceBus package, and add this to your Startup.ConfigureServices method:

services.AddSignalR()
        .AddAzureServiceBus(options =>
        {
            options.ConnectionString = "(your service bus connection string)";
            options.TopicName = "(your topic name)";
        });

See this blog post for details.

Related Skills

View on GitHub
GitHub Stars15
CategoryCustomer
Updated2y ago
Forks5

Languages

C#

Security Score

75/100

Audited on Jun 5, 2023

No findings