Skip to content

Commit 2b8f9e5

Browse files
committed
Fix URL
docs.microsoft.com -> learn.microsoft.com
1 parent d5a1525 commit 2b8f9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/auth0-log-stream-app-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This article shows how to send Auth0 events received by Azure Event Grid to Azur
3131
// Event Grid always sends an array of data and may send more
3232
// than one event in the array. The runtime invokes this function
3333
// 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=
34+
// See: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger?tabs=
3535
module.exports = async function (context, eventGridEvent) {
3636
context.log(typeof eventGridEvent);
3737
context.log(eventGridEvent);

0 commit comments

Comments
 (0)