Skip to content

Commit d10d4ad

Browse files
committed
Added NodeJS Blob samples
1 parent 8482318 commit d10d4ad

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/azure-functions/functions-reference-node.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -943,6 +943,13 @@ app.http("listBlobs", {
943943
4. Handle errors appropriately with try/catch blocks
944944
5. For large blob operations, consider using streaming methods to avoid memory issues
945945

946+
### Next Steps
947+
Check out the [Blob Storage SDK Bindings for Node.js Samples](https://github.com/Azure-Samples/azure-functions-blob-sdk-bindings-nodejs)
948+
for more examples on how to incorporate SDK Bindings for Blob into your function app.
949+
- [BlobClient](https://github.com/Azure-Samples/azure-functions-blob-sdk-bindings-nodejs/tree/main/blobClientSdkBinding)
950+
- [ContainerClient](https://github.com/Azure-Samples/azure-functions-blob-sdk-bindings-nodejs/tree/main/containerClientInputBinding)
951+
- [Readable Stream](https://github.com/Azure-Samples/azure-functions-blob-sdk-bindings-nodejs/tree/main/blobClientWithReadableStream)
952+
946953
::: zone-end
947954

948955
<a name="context-object"></a>

0 commit comments

Comments
 (0)