Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Hello@Ali Yorulmaz We are sorry to hear you're facing this problem.
Can you please share the azure documentation you followed to deploy your web API? is this a new or an existing web API? Please share the full 500 error message
There could be multiple reasons for this error. To troubleshoot this issue, you can follow the below steps:
- Check the app service logs in Kudu (https://<app-name>.scm.azurewebsites.net/DebugConsole) for more details on the error. This can help pinpoint where the issue is.
- Enable failed request tracing for the app service and check the detailed error messages.
- Verify all dependencies like packages and assemblies are deployed properly with the app.
-Grace