@Ankesh Damahe
There are several examples of uploading blobs via node.js which might be helpful to your use-case. Please see if any of these work for you:
https://learn.microsoft.com/en-us/samples/azure-samples/azure-sdk-for-js-storage-blob-stream-nodejs/stream-blobs-nodejs/
https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/storage/storage-blob/samples/javascript/advanced.js
https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-nodejs#upload-blobs-to-a-container
https://stackoverflow.com/questions/63950743/download-azure-blob-stream-to-zip-nodejs
https://stackoverflow.com/questions/64767739/upload-large-files-to-blob-storage-without-saving-file-locally-mean-stack
Hopefully one of these will work for your use-case. If you are still having issues please do let me know. I also recommend posting your question on StackOverflow as you will find more experts in node.js.
-------------------------------
Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.