I use asp.net core 2 Preview 2.
I opened stdoutLogEnabled = \"true\"
in web.config
but the system does not write logs.
Deploying on
Brand new .net core 2.1 app trying to deploy to new Azure app service with new app service plan. Same issues, namely 502.5 error ( HTTP Error 502.5 - Process Failure ).
I implemented the above steps and still ran into errors. I opted to use the chose the self-contained deployment mode (compared to framework dependent (win-x64)).
This resolved my issue.
This answer was also submitted to [question]: .net-core-2.0 azure app service 502.5 error
Perhaps these questions should be linked.