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.
2 parents a28b0fb + d11f9b1 commit 2ae279fCopy full SHA for 2ae279f
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