Skip to content

Commit f5efe98

Browse files
authored
Merge pull request #261462 from JialinXin/patch-3
Create azure-web-pubsub-limits.md
2 parents 963de1e + 6337868 commit f5efe98

File tree

3 files changed

+44
-12
lines changed

3 files changed

+44
-12
lines changed

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@ To learn more about the creation limits for Azure subscriptions, see [Billing ac
275275

276276
[!INCLUDE [azure-vmware-solutions-limits](../../azure-vmware/includes/azure-vmware-solutions-limits.md)]
277277

278+
## Azure Web PubSub limits
279+
280+
[!INCLUDE [azure-web-pubsub-limits](../../../includes/azure-web-pubsub-limits.md)]
281+
278282
## Backup limits
279283

280284
[!INCLUDE [azure-backup-limits](../../../includes/azure-backup-limits.md)]

includes/azure-web-pubsub-limits.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Azure Web PubSub limits table
3+
description: Describes system limits for Azure Web PubSub Service.
4+
services: azure-web-pubsub
5+
author: jixin
6+
manager: kenchen
7+
ms.service: azure-web-pubsub
8+
ms.topic: include
9+
ms.date: 12/20/2023
10+
ms.author: JialinXin
11+
12+
---
13+
14+
| Resource | Default limit | Maximum limit |
15+
| --- | --- | --- |
16+
| Azure Web PubSub Service units per instance for Free tier |1 |1 |
17+
| Azure Web PubSub Service units per instance for Standard/Premium_P1 tier |100 |100 |
18+
| Azure Web PubSub Service units per instance for Premium_P2 tier |100 - 1,000 |100 - 1,000 |
19+
| Azure Web PubSub Service units per subscription per region for Free tier|5 |5 |
20+
| Total Azure Web PubSub Service unit counts per subscription per region |150 |Unlimited |
21+
| Concurrent connections per unit for Free tier |20 |20 |
22+
| Concurrent connections per unit for Standard/Premium tier |1,000 |1,000|
23+
| Included messages per unit per day for Free tier|20,000 |20,000 |
24+
| Additional messages per unit per day for Free tier|0 |0 |
25+
| Included messages per unit per day for Standard/Premium tier|1,000,000 |1,000,000 |
26+
| Additional messages per unit per day for Standard/Premium tier|Unlimited |Unlimited |
27+
28+
To request an update to your subscription's default limits, open a support ticket.
29+
30+
For more information about how connections and messages are counted in billing, see [Billing model in Azure Web PubSub Service](../articles/azure-web-pubsub/concept-billing-model.md).
31+
32+
If your requirements exceed the limits of a single instance, add instances. For more information, see [How to use Geo-Replication in Azure Web PubSub](../articles/azure-web-pubsub/howto-enable-geo-replication.md).

includes/signalr-service-limits.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,34 @@
22
title: Azure SignalR Service limits table
33
description: Describes system limits for Azure SignalR Service.
44
services: signalr
5-
documentationcenter: signalr
65
author: sffamily
76
manager: cfowler
8-
editor: ''
97

108
ms.service: signalr
11-
ms.devlang: NA
12-
ms.topic: article
13-
ms.tgt_pltfrm: NA
14-
ms.workload: TBD
15-
ms.date: 02/22/2022
9+
ms.topic: include
10+
ms.date: 12/20/2023
1611
ms.author: zhshang
1712

1813
---
1914

2015
| Resource | Default limit | Maximum limit |
2116
| --- | --- | --- |
2217
| Azure SignalR Service units per instance for Free tier |1 |1 |
23-
| Azure SignalR Service units per instance for Standard tier |100 |100 |
18+
| Azure SignalR Service units per instance for Standard/Premium_P1 tier |100 |100 |
19+
| Azure SignalR Service units per instance for Premium_P2 tier |100 - 1,000 |100 - 1,000 |
2420
| Azure SignalR Service units per subscription per region for Free tier|5 |5 |
2521
| Total Azure SignalR Service unit counts per subscription per region |150 |Unlimited |
2622
| Concurrent connections per unit for Free tier |20 |20 |
27-
| Concurrent connections per unit for Standard tier |1,000 |1,000|
23+
| Concurrent connections per unit for Standard/Premium tier |1,000 |1,000|
2824
| Included messages per unit per day for Free tier|20,000 |20,000 |
2925
| Additional messages per unit per day for Free tier|0 |0 |
30-
| Included messages per unit per day for Standard tier|1,000,000 |1,000,000 |
31-
| Additional messages per unit per day for Standard tier|Unlimited |Unlimited |
26+
| Included messages per unit per day for Standard/Premium tier|1,000,000 |1,000,000 |
27+
| Additional messages per unit per day for Standard/Premium tier|Unlimited |Unlimited |
3228

3329
To request an update to your subscription's default limits, open a support ticket.
3430

3531
For more information about how connections and messages are counted, see [Messages and connections in Azure SignalR Service](../articles/azure-signalr/signalr-concept-messages-and-connections.md).
3632

3733
If your requirements exceed the limits, switch from Free tier to Standard tier and add units. For more information, see [How to scale an Azure SignalR Service instance?](../articles/azure-signalr/signalr-howto-scale-signalr.md).
3834

39-
If your requirements exceed the limits of a single instance, add instances. For more information, see [How to scale SignalR Service with multiple instances?](../articles/azure-signalr/signalr-howto-scale-multi-instances.md).
35+
If your requirements exceed the limits of a single instance, add instances. For more information, see [How to enable Geo-Replication in Azure SignalR Service](../articles/azure-signalr/howto-enable-geo-replication.md).

0 commit comments

Comments
 (0)