Skip to content

Commit 5aa185d

Browse files
Update capitilization
1 parent e187796 commit 5aa185d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The following code examples show you how you can activate SignalR load balancing
1818
Note: Both Umbraco Core and these composers use `.AddSignalR().` which is ok since the underlying code registers the required services as singletons.
1919

2020
### 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.
22-
For more information, check out the [github page](https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer).
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.
22+
For more information, check out the [Github page](https://github.com/IntelliTect/IntelliTect.AspNetCore.SignalR.SqlServer).
2323
- Add a reference to the IntelliTect.AspNetCore.SignalR.SqlServer NuGet package
2424
- Add the following composer to your project
2525
```csharp
@@ -43,7 +43,7 @@ public class SignalRComposer : IComposer
4343
```
4444

4545
### Azure SignalR Service
46-
- Setup a resource as described in the [microsoft tutorial](https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-quickstart-dotnet-core#create-an-azure-signalr-resource)
46+
- Setup a resource as described in the [Microsoft tutorial](https://learn.microsoft.com/en-us/azure/azure-signalr/signalr-quickstart-dotnet-core#create-an-azure-signalr-resource)
4747
- Make sure the connectionstring is setup under the following key: `Azure:SignalR:ConnectionString`
4848
- Add a reference to the Microsoft.Azure.SignalR NuGet package
4949
- Add the following composer to your project

0 commit comments

Comments
 (0)