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…
Docker in docker support end inside AKS cluster.
I have a very unique situation. AKS has ended support for docker in docker and I have an Azure DevOps pipeline. I wanted to use my self-hosted runner on AKS but it doesn't have docker so I could have use ACR task but it uses MS managed infra to build 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
image not available anymore in microsoft container registry
Hello All, the image mcr.microsoft.com/azuredocs/azure-vote-front:v1 is not available anymore, and on a lot of pages from microsoft to this image is refered. could you put it back or tell me where i can find it now? Normal BackOff 21s …
Microservice Solutions with Ocelot on Azure
I am looking to deploy multiple microservices using Azure Kubernetes Service (AKS). All communication between these microservices is routed through an API Gateway. The services include: API Gateway (Ocelot) Auth API Core Service RabbitMQ These are all…
How to create a docker file for angular application to host on azure container instance
How to create a docker file for angular application to host on azure container instance
Free up space in Azure Container Registry
Hello, I have deleted repositories from my Azure Container Registry, but it still does not free up space, and the dashboard still shows me the same available space as before. Can anyone please help me fix this problem? I am on a basic plan for Azure…