Skip to content

Commit 95994de

Browse files
authored
Merge pull request #126362 from changeworld/patch-238
Fix URL
2 parents 3f7c550 + e4d5a23 commit 95994de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/event-grid/auth0-log-stream-blob-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This article shows you how to send Auth0 events to Azure Blob Storage via Azure
4848
// Event Grid always sends an array of data and may send more
4949
// than one event in the array. The runtime invokes this function
5050
// 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=
51+
// See: https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger?tabs=
5252
module.exports = async function (context, eventGridEvent) {
5353
context.log(JSON.stringify(context.bindings));
5454
context.log(JSON.stringify(context.bindingData));

0 commit comments

Comments
 (0)