Question 91 of 213
Single answerDRAG DROP -Fourth Coffee has an ASP.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 commands from the list of commands to the answer area and arrange them in the correct order.Select and Place:
✓A Step 1: #bin/bash -The appName is used when the webapp-name is created in step 2.Step 2: 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.St
BRefer to simulation panel
✓
Correct Answer: A
Step 1: #bin/bash -The appName is used when the webapp-name is created in step 2.Step 2: 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.St
▥
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.