Skip to content

Commit 14edd2d

Browse files
committed
1 MB
1 parent da5b7b0 commit 14edd2d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
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**.
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

0 commit comments

Comments
 (0)