Thanks for asking question! The cause of a process startup failure can usually be determined from entries in the Application Event Log and the ASP.NET Core Module stdout log. For accessing the Application Event Log you may use the Diagnose and solve problems blade in the Azure portal:
Sign in Azure portal> App Services >Select Diagnose and solve problems> Select Diagnostic Tools > Support Tools, select the Application Events button> Examine the latest error provided by the IIS AspNetCoreModule or IIS AspNetCoreModule V2 entry in the Source column.
You may also refer to Additional troubleshooting methods : https://learn.microsoft.com/en-us/aspnet/core/test/troubleshoot-azure-iis?view=aspnetcore-2.2#troubleshoot-on-azure-app-service
Let me know if issue persists