microsoft / AzureTipsAndTricks

Learn some of our favorite Azure tips and tricks—some long-standing, and new ones that have recently been added to become more productive with Azure. Star the repo now to shave hours off your coding tasks tomorrow.
http://azuredev.tips
Creative Commons Attribution 4.0 International
1.49k stars 489 forks source link

Nodejs equivalent for TIP 76 #115

Closed dgoyal1504 closed 3 years ago

dgoyal1504 commented 4 years ago

Updated - I was able to finally do this using NodeJS library for Blobs ** Following issue should be seen as resolved ** What would you like to know?** Hello, Is it possible to direct a stream to Blob using Javascript? My goal is to convert text to speech using REST API and pipe the resulting stream, So far blockBlobClient.upload call is failing as that method expects a content length argument.

Thank you

mbcrump commented 3 years ago

@dgoyal1504 - lmk if you want to contribute a post wth the details.