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: articles/azure-signalr/signalr-resource-faq.yml
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,12 @@ sections:
56
56
answer: |
57
57
You can find details about we calculate these metrics in [Messages and connections in Azure SignalR Service](signalr-concept-messages-and-connections.md).
58
58
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.
61
60
62
61
- question: |
63
62
What is the meaning of the `Default`, `Serverless`, and `Classic` service modes? How can I choose?
64
63
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.
66
65
67
66
Classic mode is designed for backward compatibility for existing applications so shouldn't be used for new applications.
68
67
@@ -105,7 +104,10 @@ sections:
105
104
106
105
- You're already using ASP.NET or ASP.NET Core SignalR, primarily using .NET or need to integrate with .NET ecosystem (like Blazor).
107
106
- 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.
109
111
110
112
Azure Web PubSub service is more suitable for situations where:
0 commit comments