Azure Container Instance terminated but the container is still transitioning
Goodmorning, I have some ACI resources that, randomly, as far as I can tell, complete with success as shown by logged events but the container is stuck in "the container is still transitioning...". The error seems not to resolve withing some…
Azure Container Instances
Azure Container issue pulling images on restart
In the last 24 hours I have started getting the following error message and cannot restart my containers because of this error. There is no other information to go on and this is happening in more that on Azure Account and multiple subscriptions. …
Azure Container Registry
Azure Container Instances
409 status error while deploying Nginx image through Terraform
I am deploying an Nginx image in an Azure Container Group resource using Terraform. Below is the code: resource "azurerm_resource_group" "example" { name = "test-rg" location = "EastUS" } resource…
Azure Container Instances
How can I access a container instance that has a private IP?
Hi! I have a container instance running an image of a Neo4J database. I don't want expose my Neo4j to public internet, but I want to be able to use the Neo4J browser to verify the data or execute queries on spot. For this I need to be able to make a…
Azure Container Instances
I can't delete azure container instance, returns internalservererror
(InternalServerError) Encountered an internal server error. The tracking activity id is 'e06070fa-946b-497f-98b7-de91ede6da97', correlation id is '198260a3-1ce1-4b6b-93f1-67454573361f'. Code: InternalServerError Message: Encountered an internal server…
Azure Container Instances
How to deploy an Azure Files storage share into a container using a json template
In my storage account I've created an Azure Files share that I want to add to a Linux container that I already have deployed. What I want to do is redeploy the container using an ARM template with the file share mounted. How exactly to do this? The…
Azure Container Instances
Create a Container Instance using an Image from Docker Hub
When I try creating a Container Instance using an image from "Other registry", I get the following error message: An error response is received from the docker registry 'docker.io'. Please retry later. Others in the Docker community have…
Azure Container Instances
Use a customer-managed key (CMK) with an Docker "Container Instance"
I'm building my first container instance in Azure. When I get to the "Advanced" options, I have the ability to configure "key management". I want to use a customer-managed key (CMK). I followed the instructions within this KB article…
Azure Container Instances
Container instance with managed identity is not working with storage account and other Azure services
Hi. I'm facing issues with container instances for 2 subscriptions in East US. Code deployed to container instance is using managed identity access to storage account, and to Azure AI services multi-service account. Beginning from 9th of March managed…
Azure Container Instances
Static private IP for Azure Container Instance
Hi! I have two ACIs in private network. Both containers have private ip address from subnet. But it is dynamic ip addreses. How do I can provide network between two containers if when I restart containers it changes private IP addresses. Maybe there is…
Azure Container Instances

The image 'microsoft/azure-vote-front:cosmosdb' in container group 'aci-demo' is not accessible.
When I tried with the following learning path, an error occurred. I contacted you from the feedback of the learning pass, but there is no response. Please tell me how to resolve the…
Azure Container Instances

Use custom base images or images other than default ones on deployment Scripts?
Following the documentation - A Bicep deployment script runs within an Azure Container Instance (ACI), which pulls an image from the Microsoft Container Registry. The documentation states: "The ACI downloads container images from the Microsoft…
Azure Container Instances


Title: InaccessibleImage Error - Unable to Pull Image from ACR in Azure Container Instance
Issue Summary: The Azure Container Instance (ACI) is unable to pull the image ***/todoapp/91 from the Azure Container Registry (ACR), resulting in an InaccessibleImage error. This issue is likely due to missing permissions, incorrect registry…
Azure Container Instances
Open a range of ports on a container instance
I can create a Docker container instance with 10 ports open. We are working on a specific service that requires way more ports open. Is possible to open a range of ports in a docker container instance? Like 5000 - 10000
Azure Container Instances
ACI privileges and possibility of blobfuse2 mounting
Hello, I have been trying to mount an Azure Blob Storage container within an Azure Container Instance (ACI) using blobfuse2, but I have been unsuccessful. I suspect the issue is due to the limited privileges available in ACIs, unlike Docker containers…
Azure Container Instances
Running a tutorial Container Instance. Keeps restarting.
I've got a bit of experience with Docker images. But I'm quite new to Azure Container Instances. So I've tried to push an image of my own. That was successful. But it kept restarting. So to better understand the situation, I thought it be better to start…
Azure Container Instances
Using Managed Identity in Azure Container Instances (ACI) - GA Timeline Inquiry
Managed identities in Azure Container Instances (ACI) are currently in preview. What is the estimated timeline for when this feature will reach General Availability (GA)?
Azure Container Instances
Does Azure container instance support Instance metadata /medata/instance
When I try to access the Instance Metadata endpoint by execing into the container instance, I get the following error SandboxHost-638313869729567099:/# curl -v -s -H Metadata:true --noproxy "*"…
Azure Container Instances
How to containerize a python application and deploy it in AKS
How can I create Docker file or containerize a python application and deploy it in AKS
Azure Container Registry
Azure Container Instances
Azure Kubernetes Service
Use a GitHub secret for azure/container-apps-deploy-action@v1
In GitHub, we have a step azure/container-apps-deploy-action@v1. We purchased a Fontawesome license and now need to pass the key from GitHub secrets to the Dockerfile used in this step. We tried different options. For example: ... - name: Deploy…