Skip to content

Commit 792c703

Browse files
Merge pull request #272068 from spelluru/uuf0412
UUF Feedback issues
2 parents e39b25f + 1f45fd6 commit 792c703

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

articles/event-grid/create-view-manage-namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This article shows you how to use the Azure portal to create, view and manage an
3333
1. Enter a **name** for the namespace.
3434
1. Select the region or **location** where you want to create the namespace.
3535
1. If the selected region supports availability zones, the **Availability zones** checkbox can be enabled or disabled. The checkbox is selected by default if the region supports availability zones. However, you can uncheck and disable availability zones if needed. The selection cannot be changed once the namespace is created.
36-
1. Use the slider or text box to specify the number of **throughput units** for the namespace.
36+
1. Use the slider or text box to specify the number of **throughput units** for the namespace. Throughput units (TUs) define the ingress and egress event rate capacity in namespaces.
3737
1. Select **Next: Networking** at the bottom of the page.
3838

3939
:::image type="content" source="media/create-view-manage-namespaces/create-namespace-basics-page.png" alt-text="Screenshot showing the Basics tab of Create namespace page.":::

articles/event-grid/includes/limits.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: include file, ignite-2023
1515
1616
## Event Grid throttle limits
1717

18-
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.
18+
Event Grid offers a standard tier and basic tier. Event Grid standard tier enables pub-sub using Message Queuing Telemetry Transport (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

2020
## Event Grid Namespace resource limits
2121

@@ -32,18 +32,21 @@ The following limits apply to namespace resources in Azure Event Grid.
3232

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

35+
> [!NOTE]
36+
> Throughput units (TUs) define the ingress and egress event rate capacity in namespaces. They allow you to control the capacity of your namespace resource for message ingress and egress.
37+
3538
| Limit description | Limit |
3639
|----------------------------------------------|-----------------------------------------------------------------------------------|
37-
| MQTT sessions per Event Grid namespace | 10,000 per TU |
40+
| MQTT sessions per Event Grid namespace | 10,000 per throughput unit (TU) |
3841
| Sessions per Event Grid namespace | 10,000 per TU |
3942
| 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 |
43+
| Inbound MQTT publishing requests per Event Grid namespace | 1,000 messages per second per TU |
4144
| Inbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
42-
| Inbound MQTT publish requests per session | 100 messages per second |
45+
| Inbound MQTT publishing requests per session | 100 messages per second |
4346
| Inbound MQTT bandwidth per session | 1 MB per second |
44-
| Outbound MQTT publish requests per Event Grid namespace | 1,000 messages per second per TU |
47+
| Outbound MQTT publishing requests per Event Grid namespace | 1,000 messages per second per TU |
4548
| Outbound MQTT bandwidth per Event Grid namespace | 1 MB per second per TU |
46-
| Outbound MQTT publish requests per session| 100 messages per second |
49+
| Outbound MQTT publishing requests per session| 100 messages per second |
4750
| Outbound MQTT bandwidth per session | 1 MB per second |
4851
| Max message size | 512 KB |
4952
| Segments per topic/ topic filter | 8 |
@@ -93,7 +96,7 @@ The following limits apply to Azure Event Grid custom topic, system topic, and p
9396
|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
9497
| Custom topics per Azure subscription | 100<br/>When the limit is reached, you can consider a different region or consider using domains, which can support 100,000 topics. |
9598
| Event subscriptions per topic | 500<br/>This limit can’t be increased. |
96-
| Publish rate for a custom or a partner topic (ingress) | 5,000 events of 64 KB size per second or 5 MB per second (whichever comes first). An event is counted for limits and pricing purposes as a 64KB data chunk. So, if the event is 128KB, it counts as two events. |
99+
| Publish rate for a custom or a partner topic (ingress) | 5,000 events of 64 KB size per second or 5 MB per second (whichever comes first). An event is counted for limits and pricing purposes as a 64KB data chunk. So, if the event is 128 KB, it counts as two events. |
97100
| Event size | 1 MB<br/>This limit can’t be increased. |
98101
| Maximum event retention on topics | 1 day. This limit can't be increased. |
99102
| Number of incoming events per batch | 5,000<br/>This limit can’t be increased |
@@ -110,7 +113,7 @@ The following limits apply to Azure Event Grid domain resource.
110113
| Topics per domain | 100,000 |
111114
| Event subscriptions per topic within a domain | 500<br/>This limit can’t be increased |
112115
| Domain scope event subscriptions | 50<br/>This limit can’t be increased |
113-
| Publish rate for a domain (ingress) | 5,000 events of 64 KB size per second or 5 MB per second (whichever comes first). An event is counted for limits and pricing purposes as a 64KB data chunk. So, if the event is 128KB, it counts as two events. |
116+
| Publish rate for a domain (ingress) | 5,000 events of 64 KB size per second or 5 MB per second (whichever comes first). An event is counted for limits and pricing purposes as a 64KB data chunk. So, if the event is 128 KB, it counts as two events. |
114117
| Maximum event retention on domain topics | 1 day. This limit can't be increased. |
115118
| Private endpoint connections per domain | 64 |
116119
| IP Firewall rules per topic | 128 |

0 commit comments

Comments
 (0)