Skip to content

Commit 3becae2

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md
1 parent 78c68be commit 3becae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Both Umbraco and these composers use `.AddSignalR()`. This duplication isn't a
2323
### Using existing infrastructure
2424
It is possible to use your existing database as a backplane. If this database is hosted in Azure it is not possible to enable Service Broker which will have an impact on message throughput. Nevertheless, it might be sufficient to cover your needs.
2525
For more information, check out the [GitHub page](https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer).
26-
- Add a reference to the IntelliTect.AspNetCore.SignalR.SqlServer NuGet package
26+
- Add a reference to the `IntelliTect.AspNetCore.SignalR.SqlServer` NuGet package.
2727
- Add the following composer to your project
2828
```csharp
2929
using Umbraco.Cms.Core.Composing;

0 commit comments

Comments
 (0)