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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ sections:
30
30
If one of my application servers is down, how can I find it and get notified?
31
31
answer: |
32
32
Azure SignalR Service monitors heartbeats from application servers.
33
-
If heartbeats are not received for a specified period of time, the application server is considered offline. All client connections mapped to this application server will be disconnected.
33
+
If heartbeats aren't received for a specified period of time, the application server is considered offline. All client connections mapped to this application server will be disconnected.
34
34
35
35
- question: |
36
36
Why does my custom `IUserIdProvider` throw an exception when I'm switching from ASP.NET Core SignalR SDK to Azure SignalR Service SDK?
@@ -64,7 +64,7 @@ sections:
64
64
answer: |
65
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.
66
66
67
-
Classic mode is designed for backward compatibility for existing applications so should not be used for new applications.
67
+
Classic mode is designed for backward compatibility for existing applications so shouldn't be used for new applications.
68
68
69
69
For more information about service mode, see [Service mode in Azure SignalR Service](concept-service-mode.md).
70
70
@@ -81,15 +81,15 @@ sections:
81
81
Are there any feature differences in using Azure SignalR Service with ASP.NET SignalR?
82
82
answer: |
83
83
When you're using Azure SignalR Service, some APIs and features of ASP.NET SignalR aren't supported:
84
-
- The ability to pass arbitrary state between clients and the hub (often called `HubState`) is not supported.
85
-
- The `PersistentConnection` class is not supported.
86
-
- *Forever Frame transport* is not supported.
84
+
- The ability to pass arbitrary state between clients and the hub (often called `HubState`) isn't supported.
85
+
- The `PersistentConnection` class isn't supported.
86
+
- *Forever Frame transport* isn't supported.
87
87
- Azure SignalR Service no longer replays messages sent to the client when the client is offline.
88
88
- When you're using Azure SignalR Service, the traffic for one client connection is always routed (also called *sticky*) to one app server instance for the duration of the connection.
89
89
90
90
Support for ASP.NET SignalR is focused on compatibility, so not all new features from ASP.NET Core SignalR are supported. For example, *MessagePack* and *Streaming* are available only for ASP.NET Core SignalR applications.
91
91
92
-
You can configure Azure SignalR Service for different service modes: `Classic`, `Default`, and `Serverless`. The `Serverless` mode is not supported for ASP.NET. The data-plane REST API is also not supported.
92
+
You can configure Azure SignalR Service for different service modes: `Classic`, `Default`, and `Serverless`. The `Serverless` mode isn't supported for ASP.NET. The data-plane REST API is also not supported.
93
93
94
94
- question: |
95
95
Where does my data reside?
@@ -99,7 +99,7 @@ sections:
99
99
- question: |
100
100
How do I choose between Azure SignalR Service and Azure Web PubSub service?
101
101
answer: |
102
-
Both [Azure SignalR Service](https://azure.microsoft.com/services/signalr-service) and [Azure Web PubSub service](https://azure.microsoft.com/services/web-pubsub) help customers build real-time web applications easily with large scale and high availability and enable customers to focus on their business logic instead of managing the messaging infrastructure. In general, you may choose Azure SignalR Service if you already use SignalR library to build real-time applications. Instead, if you're looking for a generic solution to build real-time application based on WebSocket and publish-subscribe pattern, you may choose Azure Web PubSub service. The Azure Web PubSub service is not a replacement for Azure SignalR Service and vice-versa; they target different scenarios. The following guidance will help you decide which service to use for your scenario.
102
+
Both [Azure SignalR Service](https://azure.microsoft.com/services/signalr-service) and [Azure Web PubSub service](https://azure.microsoft.com/services/web-pubsub) help customers build real-time web applications easily with large scale and high availability and enable customers to focus on their business logic instead of managing the messaging infrastructure. In general, you may choose Azure SignalR Service if you already use SignalR library to build real-time applications. Instead, if you're looking for a generic solution to build real-time application based on WebSocket and publish-subscribe pattern, you may choose Azure Web PubSub service. The Azure Web PubSub service isn't a replacement for Azure SignalR Service and vice-versa; they target different scenarios. The following guidance will help you decide which service to use for your scenario.
0 commit comments