Tolerate network errors when uploading to Azure Blob Storage
I have an ASP.NET Core application that accepts file uploads via the API (mp4 files). I want to read data in chunks from the input stream and write them to Azure Blob Storage as they come in.