File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -943,6 +943,13 @@ app.http("listBlobs", {
943
943
4. Handle errors appropriately with try/catch blocks
944
944
5. For large blob operations, consider using streaming methods to avoid memory issues
945
945
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
+
946
953
::: zone-end
947
954
948
955
<a name="context-object"></a>
You can’t perform that action at this time.
0 commit comments