Skip to content

Commit 69bfef9

Browse files
committed
fix acrolinx issues in signalr-resource-faq.md
1 parent e1645d1 commit 69bfef9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/azure-signalr/signalr-resource-faq.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ sections:
5656
answer: |
5757
You can find details about we calculate these metrics in [Messages and connections in Azure SignalR Service](signalr-concept-messages-and-connections.md).
5858
59-
On the overview pane of Azure SignalR Service resources, we've already chosen the appropriate aggregation type for you. If you go to the metrics pane, you can
60-
take the aggregation type to [Messages and connections in Azure SignalR Service](../azure-monitor/essentials/metrics-supported.md#microsoftsignalrservicesignalr) as a reference.
59+
On the overview pane of Azure SignalR Service resources, we've already chosen the appropriate aggregation type for you. You can use [Supported metrics with Azure Monitor](../azure-monitor/essentials/metrics-supported.md#microsoftsignalrservicesignalr) as a reference.
6160
6261
- question: |
6362
What is the meaning of the `Default`, `Serverless`, and `Classic` service modes? How can I choose?
6463
answer: |
65-
For new applications, only default and serverless mode should be used. The main difference is whether you have application servers that establish server connections to the service (i.e. use `AddAzureSignalR()` to connect to service). If yes use default mode, otherwise use serverless mode.
64+
For new applications, only default and serverless mode should be used. The main difference is whether you have application servers that establish server connections to the service (for example, use `AddAzureSignalR()` to connect to service). If yes use default mode, otherwise use serverless mode.
6665
6766
Classic mode is designed for backward compatibility for existing applications so shouldn't be used for new applications.
6867
@@ -105,7 +104,10 @@ sections:
105104
106105
- You're already using ASP.NET or ASP.NET Core SignalR, primarily using .NET or need to integrate with .NET ecosystem (like Blazor).
107106
- There's a SignalR client available for your platform.
108-
- You need an established protocol that supports a wide variety of calling patterns (RPC and streaming), transports (WebSocket, server sent events, and long polling) and with a client that manages the connection lifetime on your behalf.
107+
- You need an established protocol that supports a wide variety of:
108+
- calling patterns (RPC and streaming)
109+
- transports (WebSocket, server sent events, and long polling)
110+
- You need a client that manages the connection lifetime on your behalf.
109111
110112
Azure Web PubSub service is more suitable for situations where:
111113

0 commit comments

Comments
 (0)