Getting HTTP Error 500.30 after successful publishing to Azure

I have created my first Umbraco 9 VS Project.

When publishing the application to Azure everything seems to be successful until I run the page then I get:

HTTP Error 500.30 - ASP.NET Core app failed to start
Common solutions to this issue:
The app failed to start
The app started but then stopped
The app started but threw an exception during startup

Troubleshooting steps:
Check the system event log for error messages
Enable logging the application process’ stdout messages
Attach a debugger to the application process and inspect


This is a companion discussion topic for the original entry at https://our.umbraco.com/forum/108288-getting-http-error-50030-after-successful-publishing-to-azure

I had the same problem. For me it was the IIS_IUSRS permissions.

@system What do the umbraco logs(directory : /umbraco/logs) say? Could you please share any relevant logs you think might help?

Additionally, have you checked the following?

  1. Environment configuration
  2. The database connection string is correctly placed and the database connection is valid