Skip to content

Commit 2694bf7

Browse files
Merge pull request #277880 from spelluru/egridupdates0611
Event Grid - content fixes
2 parents eb534d0 + 34810af commit 2694bf7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/event-grid/event-domains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 11/15/2023
99

1010
# Understand event domains for managing Event Grid topics
1111

12-
An event domain is a management tool for large number of Event Grid topics related to the same application. You can think of it as a meta-topic that can have thousands of individual topics. It provides one publishing endpoint for all the topics in the domain. When publishing an event, the publisher must specify the target topic in the domain to which it wants to publish. The publisher can send an array or a batch of events where events are sent to different topics in the domain. See the [Publishing events to an event domain](#publishing-to-an-event-domain) section for details.
12+
An event domain provides an endpoint for thousands of individual topics related to the same application. You can think of it as a meta-topic that can have thousands of individual topics. It provides one publishing endpoint for all the topics in the domain. When publishing an event, the publisher must specify the target topic in the domain to which it wants to publish. The publisher can send an array or a batch of events where events are sent to different topics in the domain. See the [Publishing events to an event domain](#publishing-to-an-event-domain) section for details.
1313

1414
Domains also give you authentication and authorization control over each topic so you can partition your tenants. This article describes how to use event domains to manage the flow of custom events to your various business organizations, customers, or applications. Use event domains to:
1515

articles/event-grid/includes/limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following limits apply to Azure Event Grid custom topic, system topic, and p
102102
|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
103103
| 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. |
104104
| Event subscriptions per topic | 500<br/>This limit can’t be increased. |
105-
| 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. |
105+
| Publish rate for a custom or a partner topic (ingress) | 5,000 events 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. |
106106
| Event size | 1 MB<br/>This limit can’t be increased. |
107107
| Maximum event retention on topics | 1 day. This limit can't be increased. |
108108
| Number of incoming events per batch | 5,000<br/>This limit can’t be increased |
@@ -119,7 +119,7 @@ The following limits apply to Azure Event Grid domain resource.
119119
| Topics per domain | 100,000 |
120120
| Event subscriptions per topic within a domain | 500<br/>This limit can’t be increased |
121121
| Domain scope event subscriptions | 50<br/>This limit can’t be increased |
122-
| 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. |
122+
| Publish rate for a domain (ingress) | 5,000 events 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. |
123123
| Maximum event retention on domain topics | 1 day. This limit can't be increased. |
124124
| Private endpoint connections per domain | 64 |
125125
| IP Firewall rules per topic | 128 |

0 commit comments

Comments
 (0)