Valid AZ-104 Dumps shared by ExamDiscuss.com for Helping Passing AZ-104 Exam! ExamDiscuss.com now offer the newest AZ-104 exam dumps, the ExamDiscuss.com AZ-104 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-104 dumps with Test Engine here:
You create the following resources in an subscription: * An Azure Container Registry instance named Registry1 * An Azure Kubernetes Service (AKS) cluster named Cluster1 You create a container image named App 1 on your administrative workstation. You need to deploy App1 to cluster 1. What should you do first?
Correct Answer: B
An Azure container registry stores and manages private Docker container images, similar to the way Docker Hub stores public Docker images. You can use the Docker command-line interface (Docker CLI) for login, push, pull, and other operations on your container registry. After you login to the registry you can run push command to upload the image. Below is an sample of that command docker push myregistry.azurecr.io/samples/nginx Reference: https://docs.microsoft.com/en-us/azure/container-registry/container-registry-get-started-docker-cli