AZ-800 · Question #294
You have an on-premises server named Server1 that runs Windows Server 2022 and is a container host. You have an Azure subscription. You plan to develop custom container images. You need to recommend…
The correct answer is C. Azure Container Registry. Azure Container Registry (ACR) is a managed, private Docker-compatible registry that stores and distributes container images. It fully supports standard Docker CLI commands (docker build, docker push, docker pull), integrates natively with Azure services, and requires minimal…
Question
You have an on-premises server named Server1 that runs Windows Server 2022 and is a container host. You have an Azure subscription. You plan to develop custom container images. You need to recommend a storage solution for the containers. The solution must meet the following requirements:
- Support the use of Docker commands.
- Minimize administrative effort
What should you include in the recommendation?
Options
- AAzure Container instances
- BAzure Kubernetes Service (AKS)
- CAzure Container Registry
- DAzure Files
How the community answered
(30 responses)- A3% (1)
- B10% (3)
- C70% (21)
- D17% (5)
Explanation
Azure Container Registry (ACR) is a managed, private Docker-compatible registry that stores and distributes container images. It fully supports standard Docker CLI commands (docker build, docker push, docker pull), integrates natively with Azure services, and requires minimal administrative overhead as a PaaS offering. Azure Container Instances runs containers but does not store images. AKS orchestrates containers but is not a registry. Azure Files is general-purpose file storage with no container image management capabilities. ACR is the purpose-built solution for storing custom container images.
Topics
Community Discussion
No community discussion yet for this question.