Fixing Network Service Crashes in IronPDF
This issue is observed in Azure Functions when logging is enabled using the default deployment method, "Run from Package".
The "Run from Package" method uses a read-only filesystem, which means that log files cannot be created.
To resolve this issue, change the deployment type to "ZipDeploy". This change eliminates the exception and allows log files to be created.