Skip to content

Commit bb07e53

Browse files
(AzureCXP) fixed the function document link
updated to function document v3 link resolves MicrosoftDocs/azure-docs#108431
1 parent 8ffba14 commit bb07e53

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
@@ -14,7 +14,7 @@ This article shows you how to send Auth0 events to Azure Blob Storage via Azure
1414
- [Get connection string to Azure Storage account](../storage/common/storage-account-keys-manage.md?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&tabs=azure-portal#view-account-access-keys). Make sure you select the **Copy** button to copy connection string to the clipboard.
1515

1616
## Create an Azure function
17-
1. Create an Azure function by following instructions from the **Create a local project** section of [Quickstart: Create a JavaScript function in Azure using Visual Studio Code](../azure-functions/create-first-function-vs-code-node.md).
17+
1. Create an Azure function by following instructions from the **Create a local project** section of [Quickstart: Create a JavaScript function in Azure using Visual Studio Code](../azure-functions/create-first-function-vs-code-node.md?pivots=nodejs-model-v3).
1818
1. Select **Azure Event Grid trigger** for the function template instead of **HTTP trigger** as mentioned in the quickstart.
1919
1. Continue to follow the steps, but use the following **index.js** and **function.json** files.
2020

0 commit comments

Comments
 (0)