Skip to content

Commit b6eedcb

Browse files
authored
Merge pull request #112464 from spelluru/egridsize0423
1 MB
2 parents deb322b + 654b17a commit b6eedcb

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

articles/event-grid/event-schema.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ ms.author: babanisa
1515

1616
This article describes the properties and schema that are present for all events. Events consist of a set of five required string properties and a required data object. The properties are common to all events from any publisher. The data object has properties that are specific to each publisher. For system topics, these properties are specific to the resource provider, such as Azure Storage or Azure Event Hubs.
1717

18-
Event sources send events to Azure Event Grid in an array, which can have several event objects. When posting events to an event grid topic, the array can have a total size of up to 1 MB. Each event in the array is limited to 64 KB (General Availability) or 1 MB (preview). If an event or the array is greater than the size limits, you receive the response **413 Payload Too Large**.
19-
20-
> [!NOTE]
21-
> An event of size up to 64 KB is covered by General Availability (GA) Service Level Agreement (SLA). The support for an event of size up to 1 MB is currently in preview. Events over 64 KB are charged in 64-KB increments.
18+
Event sources send events to Azure Event Grid in an array, which can have several event objects. When posting events to an event grid topic, the array can have a total size of up to 1 MB. Each event in the array is limited to 1 MB. If an event or the array is greater than the size limits, you receive the response **413 Payload Too Large**. Operations are charged in 64 KB increments though. So, events over 64 KB will incur operations charges as though they were multiple events. For example, an event that is 130 KB would incur operations as though it were 3 separate events.
2219

2320
Event Grid sends the events to subscribers in an array that has a single event. This behavior may change in the future.
2421

includes/event-grid-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following limits apply to Azure Event Grid system topics and custom topics,
1818
| Event subscriptions per topic | 500 |
1919
| Publish rate for a custom topic (ingress) | 5,000 events per second per topic |
2020
| Publish requests | 250 per second |
21-
| Event size | 1 MB (charged in as multiple 64-KB events) |
21+
| Event size | 1 MB. Operations are charged in 64 KB increments though. So, events over 64 KB will incur operations charges as though they were multiple events. For example, an event that is 130 KB would incur operations as though it were 3 separate events. |
2222

2323
The following limits apply to event domains only.
2424

0 commit comments

Comments
 (0)