☎  076 959 6407✉  support@quizcrazepro.co.za
Learn. Practice. Build your future.
BlogHelpContact

AZ-204 Developing Solutions for Microsoft Azure Actual Exam Questions

213 Questions120 Minutes70% Passing Score▣ Updated: Sep 2026

Question 101 of 213

Single answer
DRAG DROP -You plan to create a Docker image that runs an ASP.NET Core application named ContosoApp. You have a setup script named setupScript.ps1 and a series of application files including ContosoApp.dll.You need to create a Dockerfile document that meets the following requirements:✑ Call setupScripts.ps1 when the container is built.✑ Run ContosoApp.dll when the container starts.The Dockerfile document must be created in the same folder where ContosoApp.dll and setupScript.ps1 are stored.Which five commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.Select and Place:
A Box 1: CMD [..]Cmd starts a new instance of the command interpreter, Cmd.exe.Syntax: CMD Specifies the command you want to carry out.Box 2: FROM microsoft/aspnetcore-build:latestBox 3: WORKDIR /apps/ContosoApp -Bxo 4: COPY ./ .Box
BRefer to simulation panel
Correct Answer: A

 Box 1: CMD [..]Cmd starts a new instance of the command interpreter, Cmd.exe.Syntax: CMD <string>Specifies the command you want to carry out.Box 2: FROM microsoft/aspnetcore-build:latestBox 3: WORKDIR /apps/ContosoApp -Bxo 4: COPY ./ .Box

Explanation

The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.

About this practice exam

Review 213 Microsoft questions with answers and explanations. Use the navigation to move through the exam at your own pace.