Microsoft
AZ-204 · Question #110
Drag and Drop Question Fourth Coffee has an ASP.NET Core web app that runs in Docker. The app is mapped to the Fourth Coffee is migrating this application to Azure. You need to provision an App Servic
Sign in or unlock AZ-204 to reveal the answer and full explanation for question #110. The question stem and answer options stay visible for context.
Submitted by luis.pe· Mar 30, 2026Deploy and manage Azure compute resources - specifically provisioning and configuring Azure App Service Web Apps with Docker containers and custom domain configuration using Azure CLI
Question
Drag and Drop Question Fourth Coffee has an ASP.NET Core web app that runs in Docker. The app is mapped to the 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 named AppServiceLinuxDockerPlan. 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. Answer:
Exhibit
Answer Area
Drag items
az webapp config hostname add --webapp-name $appName --resource-group FourthCoffeePublicWebResourceGroup --hostname $fqdnaz webapp create --name $appName --plan AppServiceLinuxDockerPlan --resource-group FourthCoffeePublicWebResourceGroup# /bin/bash webapp-name="FourthCoffeePublicWebRandom". location="WestUS" dockerHubContainerPath="FourthCoffee/public-web:v1" fqdn="http://www.fourthcoffee.com"az webapp config container set --docker-custom-image-name $dockerHubContainerPath --name $appName --resource-group FourthCoffeePublicWebResourceGroup
Unlock AZ-204 to see the answer
You've previewed enough free AZ-204 questions. Unlock AZ-204 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Azure App Service#Docker Containers#Azure CLI#Custom Domain Mapping
