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
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

How to overcome the retirement of Docker Compose integration for Azure Container Instances?
I'm trying to deploy a multiple docker container application called CVAT to ACI using docker compose, I followed the tutorial on microsoft https://learn.microsoft.com/en-us/azure/container-instances/tutorial-docker-compose. But i receive the message that…
Azure Container Instances
Issue with creating a container instance for Twingate connector
I am using Pulumi to manage my resources and am unable to create my twingate connectors. The first error was a 401 unauthorized, stating that the Azure Container Instance Service did not have permission to access the scope. I gave it explicit access. Now…
Azure Container Instances

Cannot restart a container. Too many requests
We need to restart an container that was shut down as a troubleshooting step. Now we get a docker pull error even though we could not possibly be over the limit. Thanks in advance for any guidance.
Azure Container Instances
DfC pre-scan possible (before pushing an image to a container)?
Is there a way to run a Defender for Containers like-scan before I push an image to a container? My team would like to verify that an image will pass DfC scans before pushing an image....
Azure Container Instances
Microsoft Defender for Cloud
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
Expose ACI container in private subnet to public IP
I need to expose an Azure Container Instance that's in a private subnet to a public IP Address. I found these three options, which one is the most economical? Option 1: Use an Azure Load Balancer Option 2: Use an Azure Application Gateway Option 3: Use…
Azure Container Instances
Encountering InvalidImageRegistryPassword when attaching Log Analytic Workspace to my Container Instance
I cannot attach my Log Analytic Workspace to my Azure Container Instance Error shown below The password in the 'imageRegistryCredentials' of container group 'my-container' cannot be empty. My container is still running and pulling images successfully…
Azure Container Instances
Azure Container Instance terminated but the container is still transitioning
I found another question in here (same title, I copied it from there), from September of 2023, when this was apparently a known issue and fix was in progress. I have an Azure Container Group that contains a single image with a single console application…
Azure Container Instances
Getting connection reset while accessing azure container instance
I have created one docker image using dot net core and successfully pushed the image in container registry. After that I have published the same image in container app and container instance. I am not getting any issue in container app, but getting…
Azure Container Instances
Problem deploying Container Instance of PostgreSQL database server mounted on file share
I'm creating a PostgreSQL container instance with this command line az container create --resource-group sofresgroup --name sofpostgres --image sofacr.azurecr.io/postgres:17.4 --ports 5432 --environment-variables POSTGRES_PASSWORD=xxxxxx…
Azure Container Instances
cannot delete container group/instance
portal gives "Failed to delete the container instances in container group 'cg-dbsak-argent'. Error: Encountered an internal server error." also unable to delete via az cli.