Container Instance Not reachable

Murphy, Fergal (CSC) 0 Reputation points
2023-11-06T13:18:26.6566667+00:00

Hi,

I have a simple Docker file which pulls a Microsoft Server 2022 image, copies some files to the C: drive, exposes port 8080 and runs a .bat file to finish......

Within Docker Desktop I can successfully access the container locally via a browser. All good...

Next I created a Azure Container Registry and pushed my Docker image within Azure.

From there I create a Container Instance using the image from my Container Registry, I specify to use a Public IP, expose port 8080, DNS etc.... The container has no issues creating, I can successfully start the container and from the logs I can see the .bat looks to have executed.

Problem is when I try to browse either via IP or FQDN i always get a "cant reach this page"...

Any ideas what I have missed?

Thanks

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
687 questions
{count} votes

1 answer

Sort by: Most helpful
  1. KarishmaTiwari-MSFT 19,697 Reputation points Microsoft Employee
    2023-11-16T01:38:53.52+00:00

    @Murphy, Fergal (CSC) Sharing the conclusion here for others, based on your discussion with the engineer over the email.

    On further troubleshooting, it turned out to be an application related issue and the customer is checking with the dev team regarding the application.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.