How to integrate private registry with AKS
I need attache a private container registry (Nexus) outside of Azure to my AKS. The only documentation I was able to find was…
Unable to push images to Azure Container Registry
Hi there We are having problems pubishing to an azure repository. The image isnt being updated/added Publishing from visual studio shows no errors message and shows the publish has succeeded, but In azure the repository image has not updated. Regards
On which Service I can deploy an app which based on a Docker Compose file?
Hi! I built an app that runs on a Docker container. The app uses a Mongo DB Docker image. I combine the Flask container, the MongoDB container, and the Mongo Express container into a Docker compose file and I want to run all of them on a serverless…
How to run Docker Compose on Azure.
I have a local Linux Docker Compose project. I use docker-compose.yml and docker-compose.override.yml files to start 8 containers, all instances of different Docker images. Containers need to communicate with each other and be accessible on ports 80 /…
How to fix the imagepullfailure error [ "Container \u0027XXX\u0027 was terminated with exit code \u0027\u0027 and reason \u0027ImagePullFailure\u0027","Reason":"ContainerTerminated","EventSource":"ContainerAppController","Count":68}
Hello, I am facing the imagepullfailure error in my azure container app, it show activation fail with the following error message "Container \u0027crm-backend-api-testing-scale-1\u0027 was terminated with exit code \u0027\u0027 and reason…
Deploying Docker Containers to Azure with Different Environment Variable Files
I have built a Docker image which I plan on deploying to Azure Container Instances. The Docker image has a .env which stores all the keys and variables that it needs to function. I have two different production environment variable files (.env.prod1 and…
Cannot connect to internet from inside a docker container in Ubuntu VM
Hi, I am trying to access internet from inside docker containers in an Ubuntu VM. According to the azure documentation found here: https://learn.microsoft.com/en-us/azure/virtual-network/deploy-container-networking#deploy-plug-in-for-docker-containers I…
Visual Studio failed to publish to Azure Container Registry
Hi, I have an ASP.NET Core application that I am trying to migrate to Azure. I am using Azure Container Registry to publish my app's images and run it on Container App. Until a few days ago, I was able to successfully push the image to the container…
It is not permitted to build and upload images to my acr
Dear AZ-ers, My command and output: az acr build --registry Azureosbus --image aks-store-demo/product-service:latest ./src/product-service/ Packing source code into tar to upload... Excluding '.gitignore' based on default ignore rules Uploading archived…
Issue with Azure Service Principal and ACR Authentication
I’ve created an Azure Service Principal and assigned the following roles: ACR Push, ACR Pull, and Contributor. The commands I used are: 1: az ad sp create-for-rbac --name "
ACR image retention
Hi, is there a way to impose a retention policy on ACR, specifically for a repo? I want images older than 7 days to be gone. Thanks.
The resource with name 'name' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription
I am working on a script where I want to run az acr import. The command tries to list the repository but fails with the error: The resource with name 'name' and type 'Microsoft.ContainerRegistry/registries' could not be found in subscription As you can…
Container App Activation Failed without error, checked everything, spent 2 days by now, please help
Hello, I got 3 container apps running in a container app env with workload profiles Consumption and D4. The Consumption type apps startup normally. The D4 type app failsto start up, but only inconsistently. These 3 apps are run in 3 deployment envs…
container registry quickstart tutorial blocked immediately
I am following this tutorial https://learn.microsoft.com/en-us/azure/container-registry/container-registry-quickstart-task-cli and have created my resource group and a unique name for my container registry. When I attempt to build the image and push it…
Since August 2024, Azure Container Registry has a system of name reservation, to prevent re-use of subdomain name for a time after deletion. My question is how long is that time ?
Since August 2024, Azure Container Registry has a system of name reservation, to prevent re-use of subdomain name for a time after deletion. My question is how long is that time ? How long must I wait to recreate the ACR in another tenant ?
sudo docker pull munshifyconatinerization.azurecr.io/munshify/admin-panel:latest Error response from daemon: Head "https://munshifyconatinerization.azurecr.io/v2/munshify/admin-panel/manifests/latest": unauthorized: {"errors":[{"code":"UNAUTHORIZED","mes
enable to take a docker pull i am getting this error sudo docker pull munshifyconatinerization.azurecr.io/munshify/admin-panel:latest Error response from daemon: Head…
How to fix (TasksOperationsNotAllowed) ACR Tasks requests for the registry <containerRegistryName> and <password> are not permitted.
When running the following command on Azure Cloud Shell getting the TasksOperationsNotAllowed error. How to fix? Command: az acr build --registry $REGISTRYNAME --image expressimage . Errror: (TasksOperationsNotAllowed) ACR Tasks requests for the…
TasksOperationsNotAllowed error using free azure account as owner from azure cli in wsl2 ubuntu
I am logged in to Azure cli installed in wsl2 default ubuntu newly installed in a fresh windows 11 using an account with "roleDefinitionName": "Owner". I am trying to follow some Microsoft tutorials about Azure container apps.…
How to Allow Customers to Access Azure Container Registry from Another Tenant?
I have an Azure Container Registry (ACR) that is private where I push Docker images for our customers. The customers have their own Azure accounts, and I want to allow them to only pull images from the ACR in our Azure account. How can this be done in…
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