We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8760c9f commit d11f9b1Copy full SHA for d11f9b1
articles/event-grid/handler-functions.md
@@ -47,7 +47,7 @@ We recommend that you use the first approach (Event Grid trigger) as it has the
47
{
48
"resourceId": "/subscriptions/<AZURE SUBSCRIPTION ID>/resourceGroups/<RESOURCE GROUP NAME>/providers/Microsoft.Web/sites/<FUNCTION APP NAME>/functions/<FUNCTION NAME>",
49
"maxEventsPerBatch": 10,
50
- "preferredBatchSizeInKilobytes": 6400
+ "preferredBatchSizeInKilobytes": 64
51
}
52
},
53
"eventDeliverySchema": "EventGridSchema"
0 commit comments