I have a .NET Core 3.0.100 Azure App Service, which is deployed via Azure Pipelines.
Very intermittently (I mean once every 50 days).... we get a 500
'HTTP Error 500.30 - ANCM In-Process Start Failure'
Then I'll redeploy the exact same package and it works again. We get this same issue in production so I need to get it resolved.
Azure support have advised to set stdoutLogEnabled to true in our web.config next time it occurs.
Is there something more pro-active I can do at this time to find out what the issue is ahead of it occurring again?
As I mentioned it just fixes itself after a subsequent re-deploy so I fail to see what could be wrong on my end.
Thanking you Andrew Duffy