Azure Streaming a file into Azure Storage via Azure Web Apps and ASP.NET Web API TL;DR Get a Memory stream of the file from HTTP Request Context, then use the Azure Storage Async APIs to stream it into the cloud. The Code ASP.Net Web API doesn't have the same upload mechamism that ASP.Net MVC does but you can get a