Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 395ec53

Browse files
committedFeb 17, 2021
5 MB per second
1 parent 7980276 commit 395ec53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎articles/event-grid/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quotas and limits - Azure Event Grid | Microsoft Docs
33
description: This article provides limits and quotas for Azure Event Grid. For example, number of subscriptions for topic, number of custom topics per subscription, etc.
44
ms.topic: reference
5-
ms.date: 07/07/2020
5+
ms.date: 02/17/2021
66
---
77

88
# Azure Event Grid quotas and limits

‎includes/event-grid-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: spelluru
66
ms.service: event-grid
77
ms.topic: include
8-
ms.date: 10/18/2020
8+
ms.date: 02/17/2021
99
ms.author: spelluru
1010
ms.custom: include file
1111
---
@@ -16,7 +16,7 @@ The following limits apply to Azure Event Grid **topics** (system, custom, and
1616
| --- | --- |
1717
| Custom topics per Azure subscription | 100 |
1818
| Event subscriptions per topic | 500 |
19-
| Publish rate for a custom or a partner topic (ingress) | 5,000 events/sec or 1 MB/sec (whichever is met first) |
19+
| Publish rate for a custom or a partner topic (ingress) | 5,000 events/sec or 5 MB/sec (whichever is met first) |
2020
| Event size | 1 MB |
2121
| Private endpoint connections per topic | 64 |
2222
| IP Firewall rules per topic | 16 |
@@ -28,7 +28,7 @@ The following limits apply to Azure Event Grid **domains**.
2828
| Topics per event domain | 100,000 |
2929
| Event subscriptions per topic within a domain | 500 |
3030
| Domain scope event subscriptions | 50 |
31-
| Publish rate for an event domain (ingress) | 5,000 events/sec or 1 MB/sec (whichever is met first) |
31+
| Publish rate for an event domain (ingress) | 5,000 events/sec or 5 MB/sec (whichever is met first) |
3232
| Event Domains per Azure Subscription | 100 |
3333
| Private endpoint connections per domain | 64 |
3434
| IP Firewall rules per domain | 16 |

0 commit comments

Comments
 (0)
Please sign in to comment.