python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Azure ACI not running still serving up an Azure functions page
I deployed a new ACI using the option 'mcr.microsoft.com/azuredocs/aci-helloworld:latest (linux)' from the azure portal. Once that's deployed and running, visiting the FQDN for the container load up p...

mluker
Votes: 0
Answers: 1
Azure Traffic Manager TCP probe on Azure Container Instance false positive
We have a container running in Azure using ACI. We expose port 57200 on the host and forward that to the container running our app on port 57200. We bind 57200:57200.
We are using Azure Traffic Manage...

mluker
Votes: 0
Answers: 1
docker compose up with customized volumes on azure container instance
I am trying to docker compose up to Azure Container Instances, but nothing shows up, and no docker container is created. As below
CCSU_ACA_COMP+tn3877@CCSU-ND-909264 MSYS ~/source/cab/cab-deployment (...

Tri
Votes: 0
Answers: 1
Azure Container Instance does not respond with dns name on browser
I have docker image which locally listens port 5000.
I have deployed images to Azure Container Registry.
I have then created Azure Container Instance with:
az container create --resource-group myResou...
Kenny_I
Votes: 0
Answers: 1