I have an Asp .NET Core 3.1 App which is deployed to Azure App Service (West Europe/Windows based). When I use a Framework dependendant Deployment Mode, the app is starting smoothly.
But, when I try to switch to a Self Contained deployment, the App fails to start and I get an error message : HTTP Error 500.30 - ANCM In-Process Start Failure
Changing the Runtime from win-x86 to x64 didn't solve the problem.
I inspected the App Server runtime versions installed and it looks like runtimes are available (cf. screenshot below).
What am I doing wrong?