-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I'm attempting to deploy a container image created from this repo to an Azure web app but getting the following error on startup:
Container <name> didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging.
No changes were made to the repo; I used the following commands to build the image and publish to an Azure Container Registry:
docker build -t <repo>.azurecr.io/example-app:latest .
docker push <repo>.azurecr.io/example-app:latest
I used the default configurations across the board while configuring the Azure web app.
Any help would be greatly appreciated (cc @seesharprun)
Metadata
Metadata
Assignees
Labels
No labels