Azure function host dies with OutOfMemoryException, without triggering
问题 Quick version: Why does my function host kill it self after 5 minutes without doing anything? I have an Azure function which uses nClam to scan blob files for viruses. It seems to work just fine, but suddenly it will kill it self even before triggering on any blob! It will just shutdown after 5 minutes with an OutOfMemoryException: [18/9/2019 10:33:33] Host initialized (405ms) [18/9/2019 10:33:33] Host started (812ms) [18/9/2019 10:33:33] Job host started Hosting environment: Production