Relative Content

Tag Archive for dockerazure-web-app-serviceazure-web-app-for-containers

Azure App Service on Linux: “Container didn’t respond to HTTP pings on port: 8080, failing site start” but my container isn’t a web server

I have a container with .Net console app running in it. It works fine on my mac. When deployed to Azure App Service on Linux, it starts then terminates immediately. It seems to me that Azure App Service on Linux is expecting the container to respond to HTTP pings, but my container is a background service, not a web server, and doesn’t expose any ports. How can I get my dockerized console app to run smoothly in an Azure App Service for Linux?