Migrated our ASP.NET Core Web app from .net6 to .net8 and deployed in Azure App Services with hostingmodel='inprocess'.
Same kind of error as System.EntryPointNotFoundException: Unable to find an entry point named 'http_query_request_property' in DLL 'aspnetcorev2_inprocess.dll' and the app shutdown.
Finally after a lot of research found the fix which is to delete aspnetcorev2_inprocess.dll from wwwroot folder or do a clean deployment by deleting all existing contents.
You can navigate to Azure App Service -> Your App -> Developement Tools -> App Service Editor to see the contents of wwwroot.