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