I want to deploy a .Net Framework application to ACI that has a web frontend. The programm is set to start the web service on port 8090, so I entered that in the "ports" section of the ACI setup and set a DNS name label. As far as I understood it, this should be enough to make the website publicly available, but I get the "Website not available" error message.
I ran the container locally and it works just fine. I also added the EXPOSE command to the Dockerfile, but that didn't help either. The image is based on a .Net Framework Windows Server Core 2016 image, which should work with Azure.