Skip to content

Commit e8d5a7a

Browse files
authored
Namespace -> Event Grid namespace
1 parent 4475991 commit e8d5a7a

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

articles/event-grid/includes/limits.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,32 +17,32 @@ ms.custom: include file, ignite-2023
1717

1818
Event Grid offers a standard tier and basic tier. Event Grid standard tier enables pub-sub using MQTT broker functionality and pull-delivery of messages through the Event Grid namespace. Event Grid basic tier enables push delivery using Event Grid custom topics, Event Grid system topics, Event domains, and Event Grid partner topics. See [Choose the right Event Grid tier](../choose-right-tier.md). This article describes the quota and limits for both tiers.
1919

20-
## Namespace resource limits
20+
## Event Grid Namespace resource limits
2121

2222
[Azure Event Grid namespaces](../concepts-event-grid-namespaces.md#namespaces) is available in public preview and enables MQTT messaging, and HTTP pull delivery.
2323
The following limits apply to namespace resources in Azure Event Grid.
2424

2525
| Limit description | Limit |
2626
|----------------------------------------|-------|
27-
| Namespaces per Azure subscription | 50 |
28-
| Maximum throughput units per namespace | 40 |
29-
| IP Firewall rules per Namespace | 16 |
27+
| Event Grid namespaces per Azure subscription | 50 |
28+
| Maximum throughput units per Event Grid namespace | 40 |
29+
| IP Firewall rules per Event Grid namespace | 16 |
3030

31-
## MQTT limits in namespace
31+
## MQTT limits in Event Grid namespace
3232

3333
The following limits apply to MQTT in Azure Event Grid namespace resource.
3434

3535
| Limit description | Limit |
3636
|----------------------------------------------|-----------------------------------------------------------------------------------|
37-
| MQTT sessions per namespace | 10,000 per TU |
38-
| Sessions per namespace | 10,000 per TU |
39-
| Session Expiry Interval | 8 hours, [configurable on the namespace](../mqtt-support.md#maximum-session-expiry-interval-configuration)|
40-
| Inbound MQTT publish requests per namespace | 1,000 messages per second per TU |
41-
| Inbound MQTT bandwidth per namespace | 1 MB per second per TU |
37+
| MQTT sessions per Event Grid namespace | 10,000 per TU |
38+
| Sessions per Event Grid namespace | 10,000 per TU |
39+
| Session Expiry Interval | 8 hours, [configurable on the Event Grid namespace](../mqtt-support.md#maximum-session-expiry-interval-configuration)|
40+
| Inbound MQTT publish requests per Event Grid namespace | 1,000 messages per second per TU |
41+
| Inbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
4242
| Inbound MQTT publish requests per session | 100 messages per second |
4343
| Inbound MQTT bandwidth per session | 1 MB per second |
44-
| Outbound MQTT publish requests per namespace | 1,000 messages per second per TU |
45-
| Outbound MQTT bandwidth per namespace | 1 MB per second per TU |
44+
| Outbound MQTT publish requests per Event Grid namespace | 1,000 messages per second per TU |
45+
| Outbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
4646
| Outbound MQTT publish requests per session| 100 messages per second |
4747
| Outbound MQTT bandwidth per session | 1 MB per second |
4848
| Max message size | 512 KB |
@@ -57,29 +57,29 @@ The following limits apply to MQTT in Azure Event Grid namespace resource.
5757
| MQTTv5 authentication data size | 8 KB |
5858
| Maximum keep-alive interval | 1160 |
5959
| Topic filters per MQTT SUBSCRIBE packet | 10 |
60-
| Subscribe and unsubscribe requests per namespace | 200 requests per second |
60+
| Subscribe and unsubscribe requests per Event Grid namespace | 200 requests per second |
6161
| Subscribe and unsubscribe requests per session | 5 requests per second |
6262
| Subscriptions per MQTT session | 50 |
63-
| Subscriptions per namespace | 1 million |
64-
| Subscriptions per MQTT topic | Unlimited, as long as they don't exceed the limit for subscriptions per namespace or session|
63+
| Subscriptions per Event Grid namespace | 1 million |
64+
| Subscriptions per MQTT topic | Unlimited, as long as they don't exceed the limit for subscriptions per Event Grid namespace or session|
6565
| Registered client resources | 10,000 clients per TU |
6666
| CA certificates | 10 |
6767
| Client groups | 10 |
6868
| Topic spaces | 10 |
6969
| Topic templates | 10 per topic space |
7070
| Permission bindings | 100 |
7171

72-
## Events limits in namespace
72+
## Events limits in Event Grid namespace
7373

7474
The following limits apply to events in Azure Event Grid namespace resource.
7575

7676
| Limit description | Limit |
7777
|----------------------------------------------------------------------|------------------------------------------------------------------------------------|
78-
| Namespace topics | 100 per TU |
78+
| Event Grid namespace topics | 100 per TU |
7979
| Event ingress | 1,000 events per second or 1 MB per second per TU (whichever comes first) |
8080
| Event egress (push and pull APIs) | Up to 2,000 events per second or 2 MB per second per TU |
8181
| Event egress (acknowledge, release, reject, and renew lock APIs) | Up to 2,000 events per second or 2 MB per second per TU |
82-
| Maximum event retention on namespace topics | 7 days |
82+
| Maximum event retention on Eevnt Grid namespace topics | 7 days |
8383
| Subscriptions per topic | 500 |
8484
| Maximum event size | 1 MB |
8585
| Batch size | 1 MB |

0 commit comments

Comments
 (0)