Paulie_
Paulie_

Reputation: 49

Uploading Parquet File Stream with Azure Functions

I'm having a similar problem to the person in this question: Creating a file as a stream and uploading to Azure

The problem is that the answer is now outdated, any tips on how to use the latest SDK?

Upvotes: 1

Views: 298

Answers (1)

Martin Brandl
Martin Brandl

Reputation: 59001

The latest Azure.Storage.Blobs SDK has a UploadBlobAsync method which should be the method you are looking for.

Upvotes: 1

Related Questions