Large file upload/download to Azure Container App using memory
Background I'm working with an ASP.NET Core 9 Web API that takes a (potentially large) file upload from one of our client apps, streams it to a temporary file on the server, does some processing, and then uploads a re-packaged…