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 2b8f9e5Copy full SHA for 2b8f9e5
articles/event-grid/auth0-log-stream-app-insights.md
@@ -31,7 +31,7 @@ This article shows how to send Auth0 events received by Azure Event Grid to Azur
31
// Event Grid always sends an array of data and may send more
32
// than one event in the array. The runtime invokes this function
33
// once for each array element, so we are always dealing with one.
34
- // 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=
35
module.exports = async function (context, eventGridEvent) {
36
context.log(typeof eventGridEvent);
37
context.log(eventGridEvent);
0 commit comments