Skip to content

Commit

Permalink
Merge pull request #122122 from poornimanayar/patch-2
Browse files Browse the repository at this point in the history
Fix typo on SignalR Scale Multi Instances
  • Loading branch information
Court72 committed May 8, 2024
2 parents 71e3146 + 131395c commit 5b81772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/azure-signalr/signalr-howto-scale-multi-instances.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dotnet user-secrets set Azure:SignalR:ConnectionString:backup:secondary <Connect

### Add multiple endpoints from code

A `ServicEndpoint` class describes the properties of an Azure SignalR Service endpoint.
A `ServiceEndpoint` class describes the properties of an Azure SignalR Service endpoint.
You can configure multiple instance endpoints when using Azure SignalR Service SDK through:
```cs
services.AddSignalR()
Expand Down Expand Up @@ -274,4 +274,4 @@ When no `primary` endpoint is available, the client's `/negotiate` picks from th
You can use multiple endpoints in high availability and disaster recovery scenarios.

> [!div class="nextstepaction"]
> [Setup SignalR Service for disaster recovery and high availability](./signalr-concept-disaster-recovery.md)
> [Setup SignalR Service for disaster recovery and high availability](./signalr-concept-disaster-recovery.md)

0 comments on commit 5b81772

Please sign in to comment.