ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 112 - AZ-801 discussion

Report
Export

DRAG DROP

You have a server named Server1 that runs Windows Server and has the Web Server (IIS) server role installed. Server1 hosts an ASP.NET Core web app named WebApp1 and the app’s source files. You install Docker on Server1.

You need to ensure that you can deploy WebApp1 to an Azure App Service web app from the Azure Container Registry. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Question 112
Correct answer: Question 112

Explanation:

Step 1: Create a Dockerfile. This file contains instructions for the build process.

Step 2: Run the docker build command to create a container image.

Step 3: Run the docker push command to upload the image to Azure Container Registry.

asked 02/10/2024
Henri Geimer
36 questions
User
0 comments
Sorted by

Leave a comment first