No more typing reviews! Try our Samantha, our new voice AI agent.
Microsoft and Dev-ops Architect at Mphasis
Real User
Top 5
Oct 18, 2023
A cloud solution for image processing and storing container images but lacks more integrations

What is our primary use case?

We use the solution for image processing. We store and manage images. You can utilize the tools to recognize and organize images. For example, you have an image and gather two more images, each with different versions and tagging system. You should filter different variations of these images. Based on the algorithm, you can generate multiple images and then deploy them using Docker for testing or in AKS. We should know how to create and tag the image as part of microservices.

What is most valuable?

You can access the Azure Container Registry and store container images. You can also see the versioning history and other details about your images.

What needs improvement?

The solution could provide more integration.

For how long have I used the solution?

I have been using Azure Container Registry for three years.

Buyer's Guide
Azure Container Registry
August 2026
Learn what your peers think about Azure Container Registry. Get advice and tips from experienced pros sharing their opinions. Updated: August 2026.
908,800 professionals have used our research since 2012.

What do I think about the stability of the solution?

The GUI and interface are good, and we can navigate easily, but it has the typical Azure interface.

I rate the solution’s stability an eight out of ten.

What do I think about the scalability of the solution?

You can buy a license and set up another Azure Container Registry when you want to have a more image repository.

We deploy to AKS as a service. Once deployed, people generally access Kubernetes indirectly through ACR. People don't directly access ACR. There is no problem with multiple users accessing ACR.

We have 1000 users using this solution.

How was the initial setup?

The initial setup is straightforward. You should create an ACR and then configure communication between ACR and ACS.

Deployment takes a maximum of five minutes to push to ACR. Once the docker build is running and the Docker file is fine. Then, you must go to the login page here and put the image.

What's my experience with pricing, setup cost, and licensing?

We have a one-year or two-year contract. We can extend it to a ten-year contract because it is a stable application. We have our images ready, with which we want to focus on the customer. We are using and maintaining them. ACR even supports some kind of complex work.

What other advice do I have?

For this application, we have a team of technical people who are very available and are working on the application. We have two technical engineers. We currently don't have multiple capabilities, but we have already trained the team on ACR and Docker and are training some of them on AKS. They are now building applications.


Overall, I rate the solution a seven out of ten.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
PeerSpot user
Lukasz Stefaniszyn - PeerSpot reviewer
Solution architect / DevOps tech leader / Backend RestAPI / Frontend React.js at a tech vendor with 10,001+ employees
Real User
Jan 6, 2023
Gives better flexibility in your day-to-day work and visibility into the images, logs, and information on data push and pulls
Pros and Cons
  • "The solution allows you to isolate standard containers, which is its most valuable feature. Azure Container Registry does what it's supposed to do and gives you visibility into the Docker images, the logs, information on pulling and pushing the data, etc."
  • "The accessibility of Azure Container Registry also has room for improvement because the solution is not always accessible 24 x 7. I experienced this three times when the service wasn't responding, so I could not push or pull images, and I had to decommission Azure Container Registry and redeploy it."

What is our primary use case?

The institution I work in intended to go with the Azure App Service with Docker containers, and Azure Container Registry fits the bill.

During the standard Azure DevOps pipeline, the institution built the container and then pushed the container directly to Azure Container Registry. Then, in the next stage of the same DevOps pipeline, the institution pulls the Docker image from the Azure App Service, which is already deployed to Azure Container Registry.

Overall, the Azure App Service posts the Docker images through its connection with the Azure Container Registry.

How has it helped my organization?

I'm working in a financial institution that has limitations to the type of service it can consume, even on the Azure cloud. There is a limited set of services, and Azure Container Registry is the only service approved by the security guy.

My main goal was to work independently from the container and the Azure App Service language that's already been predefined because when you deploy the application through the Azure App Service and you're working with REST API applications, there is a limited set of Java runtime compilers that can go and run on the Azure App Service, so the institution does not want to depend on the programming language from Microsoft. This is why the institution decided to go with containers, which is the only way forward.

With the Azure App Service and containers, Azure Container Registry is the only solution that can push and pull the Docker images because the configuration my institution has doesn't have access to the public internet, so my team cannot pull images randomly from different sources, even on-premise ones, so using Azure Container Registry is the only way the institution can inject images into the environment and resource groups.

What is most valuable?

What I like best about Azure Container Registry is the isolation feature from the boundaries of the infrastructure you are trying to deploy. You have Docker as a service that you can run and define. You can define different types of programming languages that you would like to use or a predefined version that's been approved by the security team. Azure Container Registry gives you better flexibility in your day-to-day work. The solution allows you to isolate standard containers, which is its most valuable feature.

I also like that Azure Container Registry gives you excellent information about what's happening. For example, you can look into what types of images you've gathered.

Azure Container Registry does what it's supposed to do and gives you visibility into the Docker images, the logs, information on pulling and pushing the data, etc.

What needs improvement?

From time to time, I've noticed some hiccups in Azure Container Registry. For example, the solution didn't work thrice, and the only solution Microsoft provided was to update Azure Container Registry. I've noticed that the IP address attached to the machine changed in the end.

The solution doesn't always work perfectly, so from time to time, you cannot pull or push the Docker images to the environment, which is an area for improvement. The only solution to this issue is to establish one more Azure Container Registry and attach the new IP address and DNS name to it.

The accessibility of Azure Container Registry also has room for improvement because the solution is not always accessible 24 x 7. I experienced this three times when the service wasn't responding, so I could not push or pull images, and I had to decommission Azure Container Registry and redeploy it. The only good thing is that I already have the infrastructure as a code, which makes it easier for me to set the solution up and create the environment from scratch. Still, the process will be annoying for people with manual operations around Azure Container Registry, mainly because the issue happens from time to time.

The only functionality I want to add to the service is the auto-scanning of images, which should tell me if there's any issue with the Docker images I need to address. The JFrog Artifactory has this functionality, but it would be an excellent feature to add to Azure Container Registry to scan the Docker images and check for possible vulnerabilities.

For how long have I used the solution?

I've been using Azure Container Registry for seven months.

What do I think about the stability of the solution?

In the seven months of using Azure Container Registry, it didn't work three times, so stability-wise, it's a seven out of ten, but overall the service is good. Sometimes stability isn't the best.

What do I think about the scalability of the solution?

Azure Container Registry is easy to scale. Whether you're going with the standard portal components or you'd like to use it through the infrastructure as a code, it doesn't take much time.

You have to click a button to scale up and use a different type of machine that supports the service, for example, and then you can switch from basic to premium operation. It's pretty easy. By default, though, if you go with the premium version, it's not easy to downgrade the infrastructure, which is typical for every cloud provider.

How are customer service and support?

I have yet to contact the technical support for Azure Container Registry.

Which solution did I use previously and why did I switch?

As mentioned previously, Azure Container Registry was the only solution approved by the security team. The institution has an on-premise solution, the JFrog Artifactory, where the binaries are kept and connected. Still, JFrog Artifactory doesn't have access to the Azure cloud, so the only solution was to compile applications and create Docker images during the CI pipeline, then push the images to the JFrog Artifactory, and then upload the same Docker images to Azure Container Registry, attached to the specific application. There's no other option to work with Docker containers in the environment apart from Azure Container Registry.

How was the initial setup?

The initial setup for Azure Container Registry was pretty straightforward, especially when it's on an Azure environment. There's limited information you'll have to fill in, and then the service works straight away, so you won't have to set up complex elements to get Azure Container Registry up and running.

I'd rate the setup as ten out of ten because it's easy, even when you want to tune it up to disable public access, as I did. After all, by default, it's accessible to the public. If you want to set up private access on Azure Container Registry and remove the login and password token, it's easy to do. Even if you take one step forward by creating the same operation from the portal, it's made through the adjacent files, which is the Azure infrastructure as a code, so it's still relatively easy to set up.

Setting up Azure Container Registry took just one to two minutes.

What about the implementation team?

My team deployed Azure Container Registry.

What was our ROI?

It's hard to say if there's ROI from Azure Container Registry because it nearly has the same functionality as the standard on-premise solution, such as JFrog Artifactory, which can support any application from the standard to Java to JavaScript elements, Docker images, etc. You need an additional service, in this case, Azure Container Registry, because of some limitations from the security team.

In this particular scenario, I don't see any specific value from Azure Container Registry, ROI-wise, because the JFrog Artifactory has the same functionality, sometimes even more, but because the connection is not allowed from an on-premise to the internal application infrastructure, then Azure Container Registry is the only option for my institution.

What's my experience with pricing, setup cost, and licensing?

I have no information on how much Azure Container Registry costs. I know it's the only solution my institution can use, so the cost was approved.

What other advice do I have?

My team has eleven members, all using Azure Container Registry. The institution I belong to has other users of Azure Container Registry. Still, it's hard to say how many because of the policy that every application should have its Azure Container Registry for security purposes.

My advice to any first-time user of Azure Container Registry or those looking to implement it is to build it as part of the infrastructure pipeline. When there is an issue with the service, it would be wise to auto-deploy it straight away instead of tweaking it from scratch because when you create Azure Container Registry from scratch, particularly when you set it up as not accessible to the public, every time you recreate it, you have to establish a dedicated connection and also set it up and keep the login password in the key vault, so there's some element of doing it manually, which is time-consuming. When there's some stability in Azure Container Registry, it's easier because you can trigger the pipeline, and it does everything you need after a few minutes versus spending one or two more days to set it up from scratch.

I'd rate Azure Container Registry as eight out of ten because it has many features required in a container registry, and the only missing part is image scanning for vulnerabilities. The service even allows you to disable public access, which is quite good because that's not always out of the box for other cloud providers. You already have the Webhooks in Azure Container Registry, which I'm trying to use. When there's a push or pull of information, you can inform other people or teams that there's a trigger, which is an excellent feature. Personally, the accessibility issue of Azure Container Registry, where the IP address is disabled, and you'd have to decommission and set the service up again, which affects stability, made me rate the service an eight rather than give it a perfect score.

My institution has a partnership with Azure Container Registry.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner
PeerSpot user
Buyer's Guide
Azure Container Registry
August 2026
Learn what your peers think about Azure Container Registry. Get advice and tips from experienced pros sharing their opinions. Updated: August 2026.
908,800 professionals have used our research since 2012.
Mohammed Fareed - PeerSpot reviewer
Azure DevOps Lead at DXC Technology
Real User
Jan 4, 2023
Has helped our organization minimize time by ensuring there are no vulnerabilities
Pros and Cons
  • "The scanning of Docker images is the most valuable feature."
  • "It's not an open source, and we pay per hour to Microsoft Azure."

What is our primary use case?

Our primary use case for the solution is storing Docker images on Azure Container Registry, and we deploy it on cloud.

How has it helped my organization?

The solution has helped minimize time by ensuring there is no vulnerability. If there is any vulnerability in the Docker image, the build fails and does not allow it to deploy to a production environment.

What is most valuable?

The scanning of Docker images is the most valuable feature.

What needs improvement?

It's not an open source, and we pay per hour to Microsoft Azure.

For how long have I used the solution?

We have been using the solution for six months.

What do I think about the stability of the solution?

The solution is stable. I rate it as eight out of ten.

What do I think about the scalability of the solution?

The solution is scalable, and ten users currently utilize it in our organization. I rate the scalability as eight out of ten.

How was the initial setup?

The initial setup is straightforward, and you have to take the service directly from Microsoft Azure Service from Azure Portal. A third party completed the deployment.

What other advice do I have?

I rate the solution as eight out of ten. Regarding advice, if you create an account in Azure Portal, there is a $200 free credit for the new user, and they can use this $200 free credit and practice an ACRA case later.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Senior DevOps Engineer at a tech services company with 201-500 employees
Real User
Jan 3, 2023
Great for storing images on containers and has helpful support but needs better scalability
Pros and Cons
  • "It's great for storing images on containers."
  • "The solution has no areas that need improvement."

What is our primary use case?

It's a container repository. It's like a Docker hub. With it, you can post the image of the container right there.

How has it helped my organization?

We can use these images in an ECR on Kubernetes, which has been quite useful to the organization. 

What is most valuable?

It's great for storing images on containers.

What needs improvement?

The solution has no areas that need improvement. 

For how long have I used the solution?

I've been using the solution for five years. I've used the product for a while at this point. It's been many years. 

What do I think about the stability of the solution?

I'd rate the stability zero out of ten. 

What do I think about the scalability of the solution?

I'd rate the scalability zero out of ten.

How are customer service and support?

Technical support has been very helpful and responsive. 

How would you rate customer service and support?

Positive

What was our ROI?

We have witnessed an ROI while using the solution. 

What other advice do I have?

There isn't a specific version associated with the product.

I'd advise potential users to just give it a try.

I'd rate the solution five out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Theophilus Ehimen Sawyerr - PeerSpot reviewer
Cloud Infrastructure Consultant at a tech services company with 201-500 employees
MSP
Jun 24, 2024
Provides secure duplication and images can be deployed direct to an Azure Web application
Pros and Cons
  • "Provides secure duplication and the option for service webhooks."
  • "Lacks the option of having access keys stored in a master key vault."

What is our primary use case?

I'm a cloud infrastructure consultant and we have a partnership with Azure.

How has it helped my organization?

We use ACR as a registry to store images and these images can be pulled by k8s do deploy applications 

What is most valuable?

I like that the solution has encryption and can make use of access keys for security, what they call panic identity. The feature provides secure duplication and also provides the option for service webhooks - it's very useful. Container Registry is a good, private platform. The quick start option gives a step-by-step guide on how to move images to and from your containers. The solution is user-friendly and there's plenty of documentation to help guide you through. It's great that images can be deployed from the Container Registry direct to an Azure Web application. From inside the Container Registry repositories, you can deploy images directly to a fresh web app. It reduces redundancy and the stress of leaving the current page of the Container Registry and going to a web app container to create a new web app. It can be done from the container registries dialogue space which I like. Replications is a very nice feature, although it requires you to upgrade to a premium SKU.

What needs improvement?

I don't have many issues with the solution but I would like it if the access keys could be stored in a master key vault. If they could be hashed and the value of that hash stored in the key vault so that it's not visible on the portal, would be a helpful addition. 

For how long have I used the solution?

I've been using this solution for a year. 

What do I think about the stability of the solution?

The solution is stable. 

What do I think about the scalability of the solution?

I haven't yet needed to scale significantly. I currently have about 8 repositories on the Container Registry and haven't had any problems. I think it's a scalable product.

How are customer service and support?

All the steps involved with this product have been quite easy for me to deal with and I've never needed to make contact with customer service. 

How would you rate customer service and support?

Positive

How was the initial setup?

The initial setup is very easy. I deploy for clients so it was easy for me to implement it within our organization. 

What's my experience with pricing, setup cost, and licensing?

Pricing is flexible; you can choose the basic, standard, or a premium license based on your needs. I think it's quite flexible because you can choose the option that falls within your budget. 

What other advice do I have?

I rate this solution nine out of 10. 

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: My company has a business relationship with this vendor other than being a customer. Partner / Integrator
PeerSpot user
reviewer2310048 - PeerSpot reviewer
Architect- Cloud/Automation at a consultancy with 1,001-5,000 employees
Real User
Dec 20, 2023
Requires minimal overhead and has good security features
Pros and Cons
  • "Azure Container Registry is an easy-to-install, easy-to-configure, and easy-to-deploy solution."

    What is our primary use case?

    We use Azure Container Registry to store our container images and the solution that we build for automation.

    What is most valuable?

    Azure Container Registry is an easy-to-install, easy-to-configure, and easy-to-deploy solution. The solution requires minimal overhead. To manage our own Azure Container Registry, we go to Azure, create a registry for us, and start publishing the images.

    The way Azure RBAC is configured, our oldest access control, allows us to leverage that so that no one can push it, and we can use it in our solution. I used Azure Container Registry with my Azure Batch job to run the tagging solution.

    For how long have I used the solution?

    I have been using Azure Container Registry for six months.

    What do I think about the stability of the solution?

    I rate Azure Container Registry ten out of ten for stability.

    What do I think about the scalability of the solution?

    It is good enough to store all the images we need, and we can create as many container registries as we need.

    I rate Azure Container Registry ten out of ten for scalability.

    How was the initial setup?

    The solution's initial setup is easy. On a scale from one to ten, where one is easy and ten is difficult, I rate the solution a one out of ten for the ease of its initial setup.

    You need to know how containers and docker images work when interacting with and installing Azure Container Registry.

    What about the implementation team?

    Azure Container Registry can be deployed within two to three minutes.

    What other advice do I have?

    I would recommend Azure Container Registry to other users because it has good security features.

    Overall, I rate Azure Container Registry a nine out of ten.

    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    Solutions Architect at a tech services company with 51-200 employees
    Real User
    Jan 29, 2023
    An excellent, secure solution for managing container workloads
    Pros and Cons
    • "We like the fact that this is a secure solution, that employs a token-based system, which can be used to manage all the applications under this product."
    • "We have found that it is sometimes difficult to pull images from the host application."

    What is our primary use case?

    We use this solution to build, deploy and manage our container registry within a single integrated tool.

    How has it helped my organization?

    This product allows us to have a single point of deployment for full projects, making tasks quicker and easier to manage.

    What is most valuable?

    We like the fact that this is a secure solution, that employs a token-based system, which can be used to manage all the applications under this product.

    What needs improvement?

    We have found that it is sometimes difficult to pull images from the host application.

    For how long have I used the solution?

    We have been working with this solution for two years.

    What do I think about the stability of the solution?

    We have found this to be a very stable solution.

    What do I think about the scalability of the solution?

    This is a very easily scalable solution in our experience.

    How was the initial setup?

    The initial setup of this solution is very easy and straightforward.

    What about the implementation team?

    We implemented this solution using our in-house team, who also carry out our  client implementations.

    What's my experience with pricing, setup cost, and licensing?

    The enterprise license for this solution is quite expensive compared with other solutions on the market.

    What other advice do I have?

    We would rate this solution a nine out of ten.

    Which deployment model are you using for this solution?

    Private Cloud
    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    reviewer1336974 - PeerSpot reviewer
    Engineering Manager at a healthcare company with 1,001-5,000 employees
    Real User
    May 13, 2022
    Easy to download, install and manage but dashboards and monitoring system could be improved
    Pros and Cons
    • "The most valuable feature is that it's easy to download, install and manage."
    • "The security, dashboards, and monitoring system could be improved."

    What is our primary use case?

    I mainly use Container Registry to containerize applications and ship/deploy them.

    What is most valuable?

    The most valuable feature is that it's easy to download, install and manage.

    What needs improvement?

    The security, dashboards, and monitoring system could be improved.

    For how long have I used the solution?

    I've been using this solution for two years.

    What do I think about the stability of the solution?

    I've had no issues with stability.

    How was the initial setup?

    The initial setup was easy.

    What about the implementation team?

    We used an in-house team to implement.

    What's my experience with pricing, setup cost, and licensing?

    Container Registry is reasonably priced.

    What other advice do I have?

    I would rate Container Registry seven out of ten.

    Which deployment model are you using for this solution?

    Private Cloud
    Disclosure: My company has a business relationship with this vendor other than being a customer. partner
    PeerSpot user
    DevOps Consultant at GP Coders
    Consultant
    Dec 13, 2020
    Easy to use, private, secure, and it performs well
    Pros and Cons
    • "One of the benefits of this solution is that it's private and secure."
    • "This is one of the safest private repositories over the cloud that I have, that I can use."
    • "The deployment is an area that needs improvement, as it can take some time to deploy."

    What is our primary use case?

    I am a DevOps consultant. I provide the architecture, assessments, and optimization of the services that we use to build a better infrastructure, and other services.

    We are basically using Azure Container Registry for a project that we have in the healthcare domain. There, we use the container registry and as well as Azure DevOps, apart from the Azure Cloud and the built release pipeline, along with this container registry and the self-hosted server. 

    I would say that this allows us to build, store, and manage the container images and the artifact in the private registry that Azure provides. 

    It's a managed container registry that we don't need to configure or set up within our premises. It's all in the cloud. The login and the portal id where we can store that information, and the containers. 

    We can also see a list of images located in the repository. For example, I can pull any Docker image using the Docker command. I can then store that image within the repository, within this Docker Registry Container.

    I don't have to go to the Docker Hub or any other hub. This is one of the safest private repositories over the cloud that I have, that I can use.

    This is one of the most beneficial solutions to be used over the cloud.

    What is most valuable?

    One of the benefits of this solution is that it's private and secure. It's easy to use, it's fast, and it's scalable. 

    We can have that OCA format that we can use and it's a multi-tenant service, which we use for the endpoint data that we have. 

    We can automate container builds for testing and other purposes, and we can use the CLI (command-line interface) to interact with the registry. 

    We can manage Windows and Linux containers within a single registry. We don't have to create multiple container registries, different images, and containers. 

    These are the benefits of having the Container Registry and we can use the Webhook as well, for security purposes and for pushing the container image using the CI/CD pipeline. 

    These are the benefits we get using the Container Registry.

    This solution has multiple features and I can't really say that I can rely on, or that there is only one feature or one that I love more. 

    The app services and the DC/OS and the KS, also the service tiers that they are providing, security using the logins, images, artifacts, and many more.

    The task of pushing and deploying images that we use in the containers is very good.

    It's very secure and it uses authentication.

    Security, the deployment pipelines, and the developers are using the ACR task instead of using other third-party products.

    What needs improvement?

    It's difficult to find areas of improvement. I have always found it to be better than any CI/CD pipeline.

    The deployment is an area that needs improvement, as it can take some time to deploy.

    What do I think about the stability of the solution?

    It's very stable because it has security integration as well.

    It's integrated with the echo security, which helps the developmental production life cycle controls, in the container application that we use.

    It's very efficient and stable to use.

    What do I think about the scalability of the solution?

    This solution is scalable.

    I'm not using it that extensively. I have a 40/50GB of data that I am storing using the container images. That hasn't cost me very much, I am using it in a very optimal way.

    How are customer service and technical support?

    I have not contacted technical support. We haven't needed it yet.

    Which solution did I use previously and why did I switch?

    Previously, I used open-source only. 

    I never used the AWS (Amazon Web Services) providing the ECR, the elastic container Registry. It's a bit expensive compared to Azure. I am certified, but I haven't used that.

    Cons of an open-source product are that it has limited security features, that I am looking for without replication. It doesn't have the access key features and the policies which are positive with ACR.

    How was the initial setup?

    The initial setup is straightforward for me. It was not complex.

    I didn't find it to be difficult in setting up the ACR with the Docker containers that we were using.

    It took time to deploy this containerization and the application. For example, when creating the ACR and you click to deploy it and create the replication, it takes some time to create the replication.

    I feel that It took more than thirty minutes to complete the deployment.

    My initial strategy was to secure the images that we use for the microservices and the web services for production. I didn't want to include any other repository. I just wanted to have a secure ability instead of creating my own or using the open-source repository.

    That was my initial purpose because it provides the access key and the web host, which other third-party open-sourced solutions are not providing. This allows us to use the active directory to access the services.

    The solution doesn't require any further maintenance post-deployment.

    What was our ROI?

    It gives me exposure and learning in this technology. Apart from that, it's the client who is paying me to manage and service the infrastructure. 

    What's my experience with pricing, setup cost, and licensing?

    Azure is a bit expensive.

    What other advice do I have?

    Overall, this solution is very beneficial. If my infrastructure or our services are within the Azure Cloud, and if I'm using the ECR, it's very helpful to maintain the images that we use for the web services or the microservices for the ATS and the dockers. We don't have to maintain those images for other third parties or other repositories.

    It's very good and for those who don't use it, you must look into it, and just go for it.

    I would rate this solution a ten out of ten.

    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    reviewer1394685 - PeerSpot reviewer
    New Technologies Adoption Director at a tech services company with 11-50 employees
    Real User
    Nov 12, 2020
    It has great support and valuable features like portability and elasticity
    Pros and Cons
    • "The portability and elasticity features are the most valuable."
    • "It should be easier to use. It can have more graphical interfaces to manage containers. At present, the handling or management of the containers is very basic."

    What is our primary use case?

    We use it for some specific machine learning models to take advantage of the elasticity of the containers. This is the main use of containers.

    Around 80% of our implementation is on the public cloud, but in some cases, we use a hybrid model. Our clients are large businesses.

    What is most valuable?

    The portability and elasticity features are the most valuable. 

    What needs improvement?

    It should be easier to use. It can have more graphical interfaces to manage containers. At present, the handling or management of the containers is very basic.

    For how long have I used the solution?

    I have been using Azure Container Registry for two years.

    How are customer service and technical support?

    We get great support from Microsoft. I would rate them a ten out of ten.

    How was the initial setup?

    The initial setup was complex. The deployment took two or three days because it involved infrastructure and development.

    What other advice do I have?

    I would advise taking the time to go through the documentation before starting to use this solution. It is important to gain knowledge before you start using it.

    I would rate Azure Container Registry an eight out of ten.

    Which deployment model are you using for this solution?

    Public Cloud
    Disclosure: My company has a business relationship with this vendor other than being a customer. Reseller
    PeerSpot user
    Buyer's Guide
    Download our free Azure Container Registry Report and get advice and tips from experienced pros sharing their opinions.
    Updated: August 2026
    Product Categories
    Container Registry
    Buyer's Guide
    Download our free Azure Container Registry Report and get advice and tips from experienced pros sharing their opinions.