Skip to content

Error Deploying to Azure Web App #2

@wessankey

Description

@wessankey

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions