1

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?

Martin Brandl
  • 56,134
  • 13
  • 133
  • 172
Paulie
  • 41
  • 9

1 Answers1

1

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

Martin Brandl
  • 56,134
  • 13
  • 133
  • 172