Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo on SignalR Scale Multi Instances #122122

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)