ExamQuestions.com

Register
Login
Microsoft Azure DevOps Solutions (AZ-400) Exam Questions

Microsoft

Microsoft Azure DevOps Solutions (AZ-400)

269 / 375

Question 269:

You have to create a multi-stage docker image for an ASP.Net core 2.2 application. Below is the incomplete Dockerfile. The Dockerfile is located in your project directory. 
image
Which of the following would go into Slot2?

Answer options:

A.mcr.microsoft.com/dotnet/core/aspnet:2.2
B.mcr.microsoft.com/dotnet/core/sdk:2.2
C.ENTRYPOINT
D.RUN
E.FROM