Containers (1 / 61): The az acr build command in Azure Container Registry is used to build and push a container image to ACR. To which of the following Docker commands is this Azure command equivalent? (Choose two)
Answer:
The az acr build command is equivalent to the combination of docker build, which builds the Docker image, and docker push, which pushes the image to a registry.