Skip to content

Commit 2ae279f

Browse files
authored
Merge pull request #108512 from gabrielweyer/patch-1
Fix preferredBatchSizeInKilobytes
2 parents a28b0fb + d11f9b1 commit 2ae279f

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)