Skip to content

Commit d11f9b1

Browse files
authored
Fix preferredBatchSizeInKilobytes
1 parent 8760c9f commit d11f9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/handler-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ We recommend that you use the first approach (Event Grid trigger) as it has the
4747
{
4848
"resourceId": "/subscriptions/<AZURE SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP NAME>/providers/Microsoft.Web/sites/<FUNCTION APP NAME>/functions/<FUNCTION NAME>",
4949
"maxEventsPerBatch": 10,
50-
"preferredBatchSizeInKilobytes": 6400
50+
"preferredBatchSizeInKilobytes": 64
5151
}
5252
},
5353
"eventDeliverySchema": "EventGridSchema"

0 commit comments

Comments
 (0)