Skip to content

Commit cd22a03

Browse files
Verified the article, reviewed the content, and fixed all minor editorial issues. Updated ms.date w.r.t freshness pass.
1 parent b233054 commit cd22a03

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/azure-web-pubsub/resource-faq.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,32 @@ author: yjin81
55
ms.author: yajin1
66
ms.service: azure-web-pubsub
77
ms.topic: overview
8-
ms.date: 03/21/2023
8+
ms.date: 09/18/2024
99
---
1010

1111
# Azure Web PubSub service FAQ
1212

13-
This is the FAQ of Azure Web PubSub service.
13+
Here are some Frequently Asked Questions (FAQs) for the Azure Web PubSub service.
1414

1515
## Is Azure Web PubSub service ready for production use?
1616
Yes, Azure Web PubSub service is generally available.
1717

1818
## How do I choose between Azure SignalR Service and Azure Web PubSub service?
1919

20-
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 application. 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. They're targeting different scenarios.
20+
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 might choose Azure SignalR Service if you already use SignalR library to build real-time application. Instead, if you're looking for a generic solution to build real-time application based on WebSocket and publish-subscribe pattern, you might choose Azure Web PubSub service. The Azure Web PubSub service is **not** a replacement for Azure SignalR Service. They're targeting different scenarios.
2121

2222
Azure SignalR Service is more suitable if:
2323

2424
- You're already using ASP.NET or ASP.NET Core SignalR, primarily using .NET or need to integrate with .NET ecosystem (like Blazor).
25-
- There's a SignalR client available for your platform.
26-
- 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.
25+
- You're having a SignalR client available for your platform.
26+
- You're in need of an established protocol that supports a wide variety of calling patterns, such as Remote Procedure Call (RPC) and streaming. It should also support various transports, including WebSocket, server-sent events, and long polling, along with a client that manages the connection lifetime on your behalf.
2727

2828
Azure Web PubSub service is more suitable for situations where:
2929

3030
- You need to build real-time applications based on WebSocket technology or publish-subscribe over WebSocket.
3131
- You want to build your own subprotocol or use existing advanced sub-protocols over WebSocket (for example, [GraphQL subscriptions over WebSocket](https://github.com/Azure/azure-webpubsub/tree/main/experimental/sdk/webpubsub-graphql-subscribe)).
32-
- You're looking for a lightweight server, for example, sending messages to client without going through the configured backend.
32+
- You look for a lightweight server, for example, sending messages to client without going through the configured backend.
3333

3434
## Where does my data reside?
3535

36-
Azure Web PubSub does not store any customer data. If you use Azure Web PubSub service together with other Azure services, like Azure Storage for diagnostics, see [Azure Privacy Overview (white paper)](https://go.microsoft.com/fwlink/p/?linkid=2220836) for guidance about how to keep data residency in Azure regions.
36+
Azure Web PubSub doesn't store any customer data. If you use Azure Web PubSub service together with other Azure services, like Azure Storage for diagnostics, see [Azure Privacy Overview (white paper)](https://go.microsoft.com/fwlink/p/?linkid=2220836) for guidance about how to keep data residency in Azure regions.

0 commit comments

Comments
 (0)