Skip to content

Commit c0d1ec7

Browse files
Merge pull request #269209 from spelluru/patch-49
An event is 64-bit sized
2 parents da134b1 + 1928663 commit c0d1ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-grid/includes/limits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ The following limits apply to Azure Event Grid custom topic, system topic, and p
9393
|--------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------|
9494
| 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. |
9595
| 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 per second or 5 MB per second (whichever comes first) |
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. |
9797
| Event size | 1 MB<br/>This limit can’t be increased. |
9898
| Maximum event retention on topics | 1 day. This limit can't be increased. |
9999
| Number of incoming events per batch | 5,000<br/>This limit can’t be increased |
@@ -110,7 +110,7 @@ The following limits apply to Azure Event Grid domain resource.
110110
| Topics per domain | 100,000 |
111111
| Event subscriptions per topic within a domain | 500<br/>This limit can’t be increased |
112112
| Domain scope event subscriptions | 50<br/>This limit can’t be increased |
113-
| Publish rate for a domain (ingress) | 5,000 events per second or 5 MB per second (whichever comes first) |
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. |
114114
| Maximum event retention on domain topics | 1 day. This limit can't be increased. |
115115
| Private endpoint connections per domain | 64 |
116116
| IP Firewall rules per topic | 128 |

0 commit comments

Comments
 (0)