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
ACR Tasks requests for the registry testweb and b6abc0d1-bfc5-46ed-90b2-fa72aa995441 are not permitted.
I am trying to build an Image using sample docker file but it is giving me below error ACR Tasks requests for the registry testweb and b6abc0d1-bfc5-46ed-90b2-fa72aa995441 are not permitted. As per allowed capability i should be able to
Azure Container Instances
How to fix Terminating due to java.lang.OutOfMemoryError: Java heap space error
My application is restarting multiple times with Terminating due to java.lang.OutOfMemoryError: Java heap space error. my configuration is like below , Please help on this - name: JVM_OPTS value: -Xms5G -Xmx5G -XX:MaxMetaspaceSize=1024m…
Azure Container Instances
Azure
How to set Container Instance to higher than 4 CPU 8GB
The Azure Container Instances documentation (https://learn.microsoft.com/en-us/azure/container-instances/container-instances-resource-and-quota-limits#standard-container-resources) says that the Generally Available Limits are 4 CPU, 16 GB memory, and 50…
Azure Container Instances
Numerous Azure Container Instances Won't Start
The Azure Container Instance service seems to be down. We have numerous ACIs that won't start in the East US region. They get stuck in the "Pending" state for a long time and will toggle between the "Repairing" and "Pending"…
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
Issues with PII Entity Recognition - City/Location and Age Recognition in Spanish
I am writing to report two issues I am experiencing with the PII (Personally Identifiable Information) entity recognition in Azure. Firstly, I have noticed that the current implementation does not seem to identify cities or locations in the text. As a…
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
Azure Container Instance container stuck in Waiting state
We're deploying an some ACI container via Bicep deployment scripts, but some of the containers are fairly consistently getting stuck in the Waiting state. It seems intermittent when this will happen because some of the containers (using the exact same…
Azure Container Instances
Why my Azure Container Instances (Postgresql database with persistence storage/multi-containers) from Docker Compose fail to start up? (with no error message/log)
I followed this link to deploy multiple containers to Azure Container instances with docker compose file with some slight modifications. https://learn.microsoft.com/en-us/azure/container-instances/tutorial-docker-compose My containers contain one server…
Azure Container Registry
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
How do I Mount an Azure file share in Azure Container Instances using managed identities instead of a storage account key?
Following https://learn.microsoft.com/en-us/azure/container-instances/container-instances-volume-azure-files I can mount the file share from a container using the storage account key. But is there a way to mount it without specifying the storage account…
Azure Files
Azure Container Instances
Container didn't respond to HTTP pings on port 80, failing site start while container to azure apps
I created a simple function app by the following the below documentation :https://learn.microsoft.com/en-us/azure/azure-functions/functions-deploy-container?tabs=acr%2Cbash%2Cazure-cli&pivots=programming-language-python before building a docker…
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
