Question 63 of 119 from exam AZ-801: Configuring Windows Server Hybrid Advanced Services

Question 63 of 119 from exam AZ-801: Configuring Windows Server Hybrid Advanced Services

Question

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.

Select and Place:

Explanations

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.