Skip to content

Commit e1645d1

Browse files
committed
make acrolinx happier
1 parent 00fde99 commit e1645d1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ sections:
3030
If one of my application servers is down, how can I find it and get notified?
3131
answer: |
3232
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.
3434
3535
- question: |
3636
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:
6464
answer: |
6565
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.
6666
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.
6868
6969
For more information about service mode, see [Service mode in Azure SignalR Service](concept-service-mode.md).
7070
@@ -81,15 +81,15 @@ sections:
8181
Are there any feature differences in using Azure SignalR Service with ASP.NET SignalR?
8282
answer: |
8383
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.
8787
- Azure SignalR Service no longer replays messages sent to the client when the client is offline.
8888
- 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.
8989
9090
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.
9191
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.
9393
9494
- question: |
9595
Where does my data reside?
@@ -99,7 +99,7 @@ sections:
9999
- question: |
100100
How do I choose between Azure SignalR Service and Azure Web PubSub service?
101101
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.
103103
104104
Azure SignalR Service is more suitable if:
105105

0 commit comments

Comments
 (0)