I am deploying a Linux-based ASP.NET base application using the Azure Web App, exactly as described in this blog post .
But when I get an error with a hosted URL - Service is unavailable
Not sure what causes the problem when starting the application.
Here is the log information I get from kudu services.
2018-01-04 12: 20: 05.716 ERROR - The dotnetlinuxapp_1 container for the dotnetlinuxapp site failed, the site failed to start 2018-01-04 12: 20: 18.304 INFO - the container for the site started 2018-01-04 12: 20: 18,305 INFO - docker start -d -p 24936: 8080 --name dotnetlinuxapp_1 -e WEBSITE_SITE_NAME = DotNetLinuxApp -e WEBSITE_AUTH_ENABLED = False -e WEBSITE_ROLE_INSTANCE_ID = 0 -e WEBSITE_INSTANCE_ID = fdcd5b5339be6bb353a84764edb2155ae6bb8d934d2d889b883ef65bcb729a44 -e HTTP_LOGGING_ENABLED = 1 appsvc / dotnetcore: 1.1.2_1709181723 / home / site / wwwroot / Meetup.Web.dll 2018-01-04 12: 20: 19.646 ERROR - The dotnetlinuxapp_1 container for the dotnetlinuxapp site has failed, the site failed to start
source
share