Azure Container Registry

Build, store, secure, and replicate container images and artifacts.

Overview

Azure Container Registry is a managed registry service based on the open-source Docker Registry 2.0. Create and maintain Azure container registries to store and manage your container images and related artifacts. Use Azure container registries with your existing container development and deployment pipelines, or use Azure Container Registry Tasks to build container images in Azure. Build on demand, or fully automate builds with triggers such as source code commits and base image updates.

Key Resources

Homepage: https://docs.microsoft.com/azure/container-registry/
Pricing: https://azure.microsoft.com/pricing/details/container-registry/
SLA: https://azure.microsoft.com/support/legal/sla/container-registry/
Newsfeed: RSS

News

Date News
9/12/2023
Introduction Containerization has revolutionized the way we deploy and manage software. By packaging applications and their dependencies into a container, we can ensure that our software will run...
8/25/2023
Azure Container Apps jobs let you perform specific tasks inside containers that start, run for a short time, and then stop. You can make these tasks happen whenever you want, following a...
7/25/2023
Since launching support for Windows Containers in App Service back at Ignite in 2020, we’ve been working to close gaps in capabilities between code apps deployed to Windows app service plans and...
7/18/2023
  The following update announces a new plan: Azure Spring Apps Consumption and Dedicated plan: This plan offers you customizable compute options (including memory optimization), single tenancy,...
7/18/2023
  The following update announces a new plan: Azure Spring Apps Consumption and Dedicated plan: This plan offers you customizable compute options (including memory optimization), single tenancy,...
7/18/2023
  The following update announces a new plan: Azure Spring Apps Consumption and Dedicated plan: This plan offers you customizable compute options (including memory optimization), single tenancy,...
7/11/2023
Asir Selvasingh, Microsoft and Adib Saikali, VMware Tanzu   Can you believe Spring is celebrating its 20th anniversary this year?  We could not have gotten here without our millions of Spring...
6/15/2023
    Introduction In a previous blob post we showed how to deploy an optimal NDm_v4 AKS cluster, i.e. all 8 InfiniBand and GPU drivers on each NDm_v4 are installed correctly. We then verified...
6/8/2023
We’re pleased to announce that version 1.1.0 of the Azure Container Registry (ACR) libraries for .NET, Java, JavaScript/TypeScript, and Python are now generally available.
5/30/2023
For those who want to focus on creating scalable containerized applications without having to worry about managing any environments, this is the tutorial for you! We are going to be hosting a...
5/10/2023
Did you know that containerised applications are revolutionising how software is developed and deployed? With the rise of technologies like Kubernetes and GitHub Actions, developers now have...
4/12/2023
Why to consider synthetic data?   Without any doubt, machine learning (ML) is one of the most transformative technological areas these days. Affordable cloud-based compute, complex and more...
4/11/2023
Authors:  Dhiraj Sehgal and Ayobami Ayodeji Azure Kubernetes Service (AKS) is a managed Kubernetes service that runs and scales Kubernetes applications in Microsoft Azure. AKS ensures a secure,...
3/27/2023
I have been bombarded with requests to explain how to implement the codebase of Project Bose (https://github.com/pranabpaul-tech/projectbose) as soon as I released the link to my GitHub repo....
3/22/2023
Join us for PyDay   Are you interested in learning more about web development using Python? Join us for an exciting online event led by experienced developer and educator Pamela Fox, where...
3/21/2023
Since we launched the early public preview of Azure Container Apps on Arc enabled Kubernetes clusters last December, we have been working to continue to bring new features and capabilities to the...
3/6/2023
In this blog-tutorial you will: Use GitHub Codespaces (or your own IDE) Create a simple Go web server application Run unit tests on the application Build the application into a multi-stage Docker...
3/1/2023
You can now use caching in ACR to achieve faster and more reliable pull operations.
2/16/2023
Microsoft is committed to making Azure Container Registry (ACR) best-in-class for the storage and distribution of container images. Following this commitment, we’re excited to announce the public...
1/30/2023
Microservices brings a lot of opportunities to the table compared to old monoliths. Unfortunately, there are things that was/is easier with those big blocks of code that becomes more complex when...