CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 12: AZ-203: Developing Solutions for Microsoft Azure

DRAG DROP -Fourth Coffee has an AS P. NET Core web app that runs in Docker. The app is mapped to the www.fourthcoffee.com domain. Fourth Coffee is migrating this application to Azure. You need to provision an App Service Web App to host this docker image and map the custom domain to the App Service web app. A resource…

Nội dung câu hỏi

DRAG DROP -Fourth Coffee has an AS P. NET Core web app that runs in Docker. The app is mapped to the www.fourthcoffee.com domain. Fourth Coffee is migrating this application to Azure. You need to provision an App Service Web App to host this docker image and map the custom domain to the App Service web app. A resource group named FourthCoffeePublicWebResourceGroup has been created in the WestUS region that contains an App Service Plan namedAppServiceLinuxDockerPlan. Which order should the CLI commands be used to develop the solution? To answer, move all of the Azure CLI command from the list of commands to the answer area and arrange them in the correct order. Select and Place:

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Explanation Step 1: #bin/bash -The appName is used when the webapp-name is created in step 2. Step 2: az webapp config hostname addThe webapp-name is used when the webapp is created in step 3. Step 3: az webapp create -Create a web app. In the Cloud Shell, create a web app in the myAppServicePlan App Service plan with the az webapp create command.Step : az webapp confing container setIn Create a web app, you specified an image on Docker Hub in the az webapp create command. This is good enough for a public image. To use a private image, you need to configure your Docker account ID and password in your Azure web app.In the Cloud Shell, follow the az webapp create command with az webapp config container set. References:https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-custom-docker-image — đáp án hiện tại

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề