Container Registry
Azure Container Registry is a managed service for storing, versioning, and distributing container images used in CI/CD and container orchestration workflows.
What it does
Docker image registry.
When to use
Use Container Registry when you need a private image registry for Azure-hosted container workloads.
Key Concepts
Repositories store and version container images.
CI/CD pipelines push built images into the registry.
AKS and other services pull images from the registry at deploy time.
A managed registry simplifies image storage and access control.
Common Use Cases
Storing Docker images for deployment.
Supporting AKS-based delivery workflows.
Managing container artifacts in private environments.
Interview Questions
What is Azure Container Registry?
Why do container platforms need an image registry?
How does ACR fit into CI/CD pipelines?