iformfile blobclient

C#
using var stream = file.OpenReadStream();
await blobClient.UploadAsync(readStream);
Source

Also in C#: