AZ-204 Quiz

App Service

Question:

You're building an ASP.NET Core Linux application utilizing Azure App Service Web App for Containers. You aim to deploy the application in a region in which your company's subscription does not currently have a resource group in there. What are the necessary Azure command-line interface (CLI) commands to deploy the application in that appropriate region?

location="West Europe"
resourceGroup="WEurope"
appServicePlan="WEuropePlan"
appName="AspApp"
containerImage="mcr.microsoft.com/dotnet/samples:aspnetapp"

# Code here


Report a problem
Exam revision: April 11, 2025