Containers (1 / 59): You want to store and manage private Docker images that your application will use. Which Azure CLI command would be most appropriate to achieve this?
Answer:
az acr create
- The Azure Container Registry (ACR) service stores and manages private Docker container images. Using the az acr create
command creates a new ACR, allowing you to handle and manage your Docker images.