Skip to content

Commit dbd7309

Browse files
Merge pull request #244343 from diberry/diberry/0707-storage-fix-link
Azure Storage - fix link
2 parents 3d6f899 + b0e24bc commit dbd7309

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/storage/blobs/blob-upload-function-trigger-javascript.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Once you've downloaded and opened the project, there are a few essential concept
329329

330330
|Concept|Purpose|
331331
|--|--|
332-
|Function|The Azure Function is defined by both the function code and the bindings. These are in [./src/functions/process-blobs.js](https://github.com/Azure-Samples/msdocs-storage-bind-function-service/blob/main/javascript-v4/functions/process-blobs.js). |
332+
|Function|The Azure Function is defined by both the function code and the bindings. These are in [./src/functions/process-blobs.js](https://github.com/Azure-Samples/msdocs-storage-bind-function-service/blob/main/javascript-v4/src/functions/process-blob.js). |
333333
|Triggers and bindings|The triggers and bindings indicate that data, which is expected into or out of the function and which service is going to send or receive that data.
334334

335335
Triggers and bindings used in this tutorial to expediate the development process by removing the need to write code to connect to services.
@@ -563,6 +563,10 @@ If you're not going to continue to use this application, you can delete the reso
563563
1. Select **Delete**. The process to delete the resource group may take a few minutes to complete.
564564

565565

566+
## Sample code
567+
568+
* [Azure Functions sample code](https://github.com/Azure-Samples/msdocs-storage-bind-function-service/blob/main/javascript-v4)
569+
566570
## Next steps
567571

568572
* [Create a function app that connects to Azure services using identities instead of secrets](/azure/azure-functions/functions-identity-based-connections-tutorial)

0 commit comments

Comments
 (0)