Skip to content

Commit 69d8f86

Browse files
Apply suggestions from code review
Co-authored-by: Andy Butland <[email protected]>
1 parent a359f91 commit 69d8f86

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ Microsoft has a good list of available backplanes in its [SignalR load balancing
1515

1616
## Code examples
1717
The following code examples show you how you can activate SignalR load balancing using an Umbraco composer.
18-
Note: Both Umbraco Core and these composers use `.AddSignalR().` which is ok since the underlying code registers the required services as singletons.
18+
19+
{% hint style="info" %}
20+
Both Umbraco and these composers use `.AddSignalR()`. This duplication isn't a concern as the underlying code registers the required services as singletons.
21+
{% endhint %}
1922

2023
### Using existing infrastructure
21-
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. We do however feel that when you start out with load balancing, it might be enough to cover your needs.
24+
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.
2225
For more information, check out the [GitHub page](https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer).
2326
- Add a reference to the IntelliTect.AspNetCore.SignalR.SqlServer NuGet package
2427
- Add the following composer to your project

0 commit comments

Comments
 (0)