Skip to content

Commit 5feb2fe

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md
1 parent f758cfd commit 5feb2fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ public class SignalRComposer : IComposer
4646
```
4747

4848
### Azure SignalR Service
49-
- 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)
50-
- Make sure the connectionstring is setup under the following key: `Azure:SignalR:ConnectionString`
51-
- Add a reference to the Microsoft.Azure.SignalR NuGet package
52-
- Add the following composer to your project
49+
- Set up 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).
50+
- Make sure the `connectionstring` is set up under the following key: `Azure:SignalR:ConnectionString`.
51+
- Add a reference to `Microsoft.Azure.SignalR` NuGet package.
52+
- Add the following composer to your project:
5353
```csharp
5454
using Umbraco.Cms.Core.Composing;
5555

0 commit comments

Comments
 (0)