[&] Which of the following can integrate with Azure Container Registry as part of a DevOps delivery pipeline? (Choose all that apply) - Virtual Machine Docker host - Azure Kubernetes Services - Azure Container Instance - Azure Web App [&] You have built a container name custom:latest with a custom workload using a Dockerfile. You need to load the image to an Azure Container Registry named inecourse. Which command should you run first? - docker tag custom:latest inecourse.azurecr.io/custom:latest - docker tag custom:latest inecourse/custom:latest - docker push custom:latest inecourse/custom:latest - docker push custom:latest inecourse.azurecr.io/custom:latest