Memory Consumption in Azure Functions
The story behind this blogpost started from an exception we got when testing an interface – System.OutOfMemoryException. The goal of the interface was to take a ZIP file as an input, read the data from the archived files, and import customer payment journals into Dynamics 365 for Finance. It was using an Azure Function for unzipping an archive on Azure File Storage. Obviously…