I would download file on local the create a stream then send to an API. In localhost files get created via blobClient.downloadToFile(defaultFile); But When I deploy function it can not find file to stream, so I think that the download does not happen or in bad location. I get this error Here’s my code I found this post having same
Tag: azure-blob-storage
Pausing and resuming option in azure blob upload using javascript
How to pause the on progress upload of browser files to azure storage account and resume when required using azure storage blob javascript(v12) library file? I have tried pausing the uploading process using resumable.js library function r.pause(); But it is not pausing the uploading process. Answer Storage JS SDK doesn’t support pause and resume naturally. But if you are using