Exception about running out of free space on D:localTemp in .Net 6 Web API hosted on Azure App Service (even though there's lots of space)
I have a .Net 6 Web API running on Azure App Service (Windows, Standard Service Plan (S1: 1)) Occasionally, I get this exception: System.IO.IOException: There is not enough space on the disk. : 'D:localTempASPNETCORE_7aca67c0-7d1f-40ba-bef3-9e58ea744487.tmp' This is the stack trace for…