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 d5a1525 commit e4d5a23Copy full SHA for e4d5a23
articles/event-grid/auth0-log-stream-blob-storage.md
@@ -48,7 +48,7 @@ This article shows you how to send Auth0 events to Azure Blob Storage via Azure
48
// Event Grid always sends an array of data and may send more
49
// than one event in the array. The runtime invokes this function
50
// once for each array element, so we are always dealing with one.
51
- // See: https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger?tabs=
+ // See: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger?tabs=
52
module.exports = async function (context, eventGridEvent) {
53
context.log(JSON.stringify(context.bindings));
54
context.log(JSON.stringify(context.bindingData));
0 commit comments