In this video, learn how to design and implement an Azure Container Registry instance.
- [Instructor] Creating an Azure container registry instance … is as simple as typing in the az CLI command, az acr create. … The minimal parameters I need to give are, … the name of the container registry, … name of the resource group, … Azure region, … and finally the pricing tier. … Pay close attention to the Azure … datacenter region you select. … You should create the container registry in the same region … in which you plan to deploy your containers. … This minimizes network latency, … and lets you avoid network egress costs. … Pulling images from one datacenter to another … comes with an added cost. … But pulling images inside the datacenter, … does not incur network egress costs. … Please also note that the name must be globally unique, … as there will be globally solvable DNS name … created for your container registry. … It's also considered a best practice … to create the Azure container registry instance … in a resource group of its own, in a shared subscription. … This lets you share the Azure container registry instance …
Released
7/31/2020Learn more about the AZ-400 exam at https://docs.microsoft.com/en-us/learn/certifications/exams/az-400.
- Building and running Dockerfiles
- Mounting data volumes
- Creating an Azure Container Registry
- Running apps from ACR
- Deploying ACR apps in ACI
- Creating AKS clusters
- Deploying apps to AKS
Share this video
Embed this video
Video: Create an ACR