Update-AzContainerRegistry
2020
Azure Container Registry (ACR) - Part 2
·529 words·3 mins·
100
views
·
5
likes
As I mentioned in my previous post today, I want to show you how to enable the geo-replication of your ACR. This feature will allow us to manage a single registry across all regions, push images to a single registry while the Azure service manages the replication, and last but not least, allows us to keep images very close to the application infrastructure.
Azure Container Registry (ACR) - Part 1
·859 words·5 mins·
100
views
·
5
likes
This is the first post in a series of articles where I will show you how to manage an Azure Container Registry (ACR) with Azure PowerShell. In this first post, I want to show you how to create an ACR and use basic Docker commands with your ACR.