I am calling Azure Blob Storage from an ASP.NET API. I have the following code:
public async Task Save(Stream fileStream, string name) {