You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/signalR-in-backoffice-load-balanced-environment.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,10 @@ public class SignalRComposer : IComposer
46
46
```
47
47
48
48
### 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.
0 commit comments