Network service crashed, restarting service

Network service crashed, restarting service

This issue is seen in Azure Functions when logging is enabled using the default deployment method, "Run from Package".

"Run from Package" is a read-only filesystem, meaning log files cannot be created.

In order to resolve this issue, change the deployment type to "ZipDeploy".
This removes this exception, and allows log files to be created.