396 questions with Azure Container Registry tags

Sort by: Updated
3 answers

Difficulty Creating Container App Job with bicep: Accessing Image from Registry with Managed Identity

Our objective is to deploy a container app job using Bicep. While we have successfully created all other resources, we are encountering difficulties in provisioning the container app job. The job is designed to fetch image details from a container…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-04-05T09:18:32.8933333+00:00
Deepankur Rana 20 Reputation points
edited the question 2024-04-15T16:14:22.33+00:00
MayankBargali-MSFT 68,656 Reputation points
2 answers

Private docker registry

How to integrate the my private docker registry with Azure. Where can i place private docker registry and test the connection ? I want use my docker registry instead of ACR. Docker registry hosted one of physical server (not in Azure)

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-04-11T20:11:35.6366667+00:00
Siddu Lavula 0 Reputation points
commented 2024-04-15T04:19:46.6633333+00:00
v-vvellanki-MSFT 3,895 Reputation points Microsoft Vendor
1 answer

Upgrade Microsoft containers from v2.1 to v3.0 (Custom Container)

One of our customers is assessing to upgrade their current Microsoft containers from v2.1 to v3.0, and technical team wanted to check on the below queries. Regarding the 3.0 containers (model 22-08-2023), Template container/layout start up with Using…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
643 questions
Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,396 questions
asked 2024-04-08T13:38:53.45+00:00
Rikesh Raj 0 Reputation points Microsoft Vendor
answered 2024-04-15T02:46:37.2033333+00:00
Anveshreddy Nimmala 2,465 Reputation points Microsoft Vendor
0 answers

Transition to Microsoft Defender Vulnerability Management - java sdk, SecuritySubAssessmentInner AdditionalData problem

Hi, We want to migrate from https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-containers-vulnerability-assessment-azure to https://learn.microsoft.com/en-us/azure/defender-for-cloud/agentless-vulnerability-assessment-azure which is…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,199 questions
asked 2024-02-06T16:43:07.3533333+00:00
Schnider Michael 26 Reputation points
commented 2024-04-08T05:53:29.6166667+00:00
Wu, Jeff 0 Reputation points
1 answer

Application Error in Azure Docker Registry

We are encountering an issue with our NextJS apps hosted on Azure Docker Registry. Specifically, the apps hosted on our domains are experiencing unexpected "Application Errors". At certain times, these apps abruptly encounter an…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-04-05T16:42:50.9+00:00
Mayank Sing 20 Reputation points
commented 2024-04-08T03:56:16.5766667+00:00
v-vvellanki-MSFT 3,895 Reputation points Microsoft Vendor
1 answer

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…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
272 questions
asked 2024-04-03T03:34:07.6633333+00:00
Dan Kanivas 0 Reputation points
commented 2024-04-08T01:37:04.6766667+00:00
Dan Kanivas 0 Reputation points
1 answer

How can i "Run the following commands to add the service principal."

I am fighting with this tutorials. https://github.com/Azure/mtm-labs/blob/main/container/prerequisites/acr.md#give-the-marketplace-access-to-your-acr I'm tring this command. Run the following commands to add the service principal. az ad sp create --id…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-26T05:12:09.2966667+00:00
Kurokawa Ryo 0 Reputation points
commented 2024-04-03T07:53:35.4633333+00:00
Deepanshu katara 5,145 Reputation points
1 answer

More clarity regarding using docker image from container registry

It is unclear how we publish an arm template with an app service that references our private container registry. Let's say we have a private container registry that we want to use in the ARM template, but how do we do it without sharing the ARM template?…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
asked 2024-03-28T20:07:16.8633333+00:00
Sanjay Pant 0 Reputation points
commented 2024-04-01T04:06:03.9833333+00:00
VenkateshDodda-MSFT 18,451 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to deploy ASP.NET Core with COM module dependencies on Azure

Hello!  We are trying to deploy an ASP.NET Core, .NET 8.0. Web Service to Azure. However, we have trouble registering the COM modules for the deployment process. What we’ve tried: Initially, we tried to deploy the service by publishing it to Azure as…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,401 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,199 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
asked 2024-03-22T23:12:21.7233333+00:00
wuibb 20 Reputation points
edited an answer 2024-03-29T17:22:46.1933333+00:00
Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
1 answer

Application Error in Azure Docker Registry Hosted NextJS Apps

We are encountering an issue with our NextJS apps hosted on Azure Docker Registry. Specifically, the apps hosted on our domains are experiencing unexpected "Application Errors". At certain times, these apps abruptly encounter an…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
asked 2024-03-26T13:02:46.1833333+00:00
Matthias Münzel 0 Reputation points
answered 2024-03-26T23:49:36.28+00:00
hossein jalilian 3,020 Reputation points
0 answers

Is it possible to use ACR ExportPipeline/ImportPipeline without SAS tokens and KeyVault policies?

I'm trying to solve the problem of copying images from ACR instance located in subscription A to ACR instance located in subscription B. Both of those ACRs don't have public access, so I've discovered preview functionality called ExportPipeline which…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-22T14:29:42.7766667+00:00
Valeriy Zabawski 0 Reputation points
commented 2024-03-26T04:28:50.7033333+00:00
Anveshreddy Nimmala 2,465 Reputation points Microsoft Vendor
0 answers

The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'

Hi All , I am getting following error when I deploy web app from azure container registry "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'" Appreciate your early…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-25T11:50:44.9133333+00:00
Krishan Bandara 1 Reputation point
commented 2024-03-25T16:00:07.97+00:00
deherman-MSFT 33,626 Reputation points Microsoft Employee
2 answers

How to Enable Authentication tab that is greyed out for Azure WebApp having multiple containers, deployed using Docker Compose?

I have Deployed Multiple Containers in WebApp using Docker Compose Feature of WebApp. I need to Add Authentication Layer in my WebApp but when I go to authentication tab it is greyed out for me.

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,598 questions
asked 2024-03-11T12:05:18.99+00:00
Fahad Ansari 0 Reputation points
commented 2024-03-22T20:58:15.5233333+00:00
Marilee Turscak-MSFT 34,051 Reputation points Microsoft Employee
1 answer

az acr task run equivalent in bicep

Hi Team, I have an Azure DevOps Git repo contenting a docker file to build a docker image of a self-host agent. I've deployed a container registry instance via Bicep. I want to build this docker image using Bicep. I've looked into some samples where…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-19T12:33:49.37+00:00
Giovani Decusati 0 Reputation points
answered 2024-03-19T13:11:59.5933333+00:00
Stanislav Zhelyazkov 21,336 Reputation points MVP
1 answer

i am trying to push an image to registry container but i get a error ACR Tasks requests for the registry not permitted

i have enable the admin user and gave all permission to push the image but it was unsuccessful.

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-16T08:16:58.37+00:00
shawn 0 Reputation points
commented 2024-03-18T03:49:06.0233333+00:00
vipullag-MSFT 24,211 Reputation points Microsoft Employee
1 answer

Data persistence of Azure Container Registry

What is the data persistence of Azure Container Registry? For example, Blob Storage's LRS specifies that data persistence is at least eleven nines.…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-15T13:38:18.9033333+00:00
Russel Pitts 0 Reputation points
answered 2024-03-15T14:13:45.5766667+00:00
v-vvellanki-MSFT 3,895 Reputation points Microsoft Vendor
1 answer

How to configure auth for Azure Container Registry?

The documentation on deploying a Function App in a container says you can configure Azure Container Registry credentials from a page called "Container settings" on the Function App. My function app does not have "Container settings".…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
asked 2024-03-08T15:18:41.6333333+00:00
Manoj Thirumani 0 Reputation points
commented 2024-03-11T09:15:29.18+00:00
v-vvellanki-MSFT 3,895 Reputation points Microsoft Vendor
1 answer

How to fix ACR Tasks requests for the registry readitmemiac and 345c601d-2340-4181-9a32-b8f58d881e12 are not permitted.Please file an Azure support request at http://aka.ms/azuresupport for assistance.

I am trying to build a docker file on visual studio to Azure

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-04T20:38:37.85+00:00
ORUNO EDUVIE 0 Reputation points
commented 2024-03-11T06:19:41.78+00:00
vipullag-MSFT 24,211 Reputation points Microsoft Employee
1 answer

ACR Tasks requests for the registry tcbcsanchala and d6d390df-3d43-46d8-acb8-278639acd905 are not permitted

chandrasekhar [ ~/tcb-voting-app/tcb-vote ]$ az acr build --image tcb-vote --registry tcbcsanchala --file Dockerfile . Packing source code into tar to upload... Uploading archived source code from…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-01T16:37:45.5833333+00:00
Chandrasekhar Anchala 0 Reputation points
commented 2024-03-07T00:51:47.71+00:00
vipullag-MSFT 24,211 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

secondary geo location to my primary region, is it possible to change?

Hai guys can we manually set a secondary region the geo location indiviuadually, i mean can i set it manually to the regions i want? if its possible can someone drop me on the how part?

Azure SQL Database
Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
396 questions
asked 2024-03-04T19:23:46.7566667+00:00
jeff 20 Reputation points
accepted 2024-03-04T20:06:59.01+00:00
jeff 20 Reputation points