Skip to content

Commit 5bf6e41

Browse files
committed
Updated content
1 parent f791fec commit 5bf6e41

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

articles/event-grid/choose-right-tier.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ ms.date: 08/25/2023
99

1010
Azure Event Grid has two tiers with different capabilities. This article will share details on both.
1111

12-
## Standard tier
12+
## Event Grid standard tier
1313

14-
Offers:
15-
- Event Grid namespaces.
14+
Event Grid standard tier enables pub-sub using MQTT broker functionality and pull delivery of messages through the Event Grid namespace.
1615

1716
Use this tier:
1817

@@ -22,10 +21,9 @@ Use this tier:
2221

2322
For more information, see quotas and limits for [namespaces](quotas-limits.md#namespace-resource-limits).
2423

25-
## Basic tier
24+
## Event Grid basic tier
2625

27-
Offers:
28-
- Event Grid custom topics, Event Grid system topics, Event domains and Event Grid partner topics.
26+
Event Grid basic tier enables push delivery using Event Grid custom topics, Event Grid system topics, Event domains and Event Grid partner topics.
2927

3028
Use this tier:
3129

articles/event-grid/includes/limits.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ ms.custom: include file, build-2023
1111
---
1212

1313
> [!NOTE]
14-
> - The following limits listed in this article are per region.
15-
> - See [throughput units (TUs)](../concepts-pull-delivery.md#throughput-units) for more information.
14+
> The following limits listed in this article are per region.
15+
16+
## Event Grid throttle limits
17+
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.
1619

1720
## Namespace resource limits
1821

@@ -24,6 +27,8 @@ The following limits apply to namespace resources in Azure Event Grid.
2427
| Namespaces per Azure subscription | 10 |
2528
| Maximum throughput units per namespace | 20 |
2629

30+
See [throughput units (TUs)](../concepts-pull-delivery.md#throughput-units) for more information.
31+
2732
## MQTT limits in namespace
2833

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

articles/event-grid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ You can configure **private links** to connect to Azure Event Grid to **publish
161161
162162
## How much does Event Grid cost?
163163

164-
Azure Event Grid offers two tiers and uses a pay-per-event pricing model. For details on pricing, see [Azure Event Grid pricing](https://azure.microsoft.com/pricing/details/event-grid/). To learn more about the capabilities for each tier, see [Choosing the right Event Grid tier](choose-right-tier.md).
164+
Azure Event Grid offers two tiers and uses a pay-per-use pricing model. For details on pricing, see [Azure Event Grid pricing](https://azure.microsoft.com/pricing/details/event-grid/). To learn more about the capabilities for each tier, see [Choose the right Event Grid tier](choose-right-tier.md).
165165

166166
## Next steps
167167

0 commit comments

Comments
 (0)