In this demonstration, we will create a new web app that runs a Docker container. The container displays a Welcome message.
**Reference**: [Create a Web App](https://learn.microsoft.com/training/modules/host-a-web-app-with-azure-app-service/3-exercise-create-a-web-app-in-the-azure-portal?pivots=csharp)
In this task, we will create an Azure App Service Web App.
In this demonstration we create, configure, and deploy a container by using Azure Container Instances (ACI) from the Azure Portal. The ACI application displays a static HTML page with the public Microsoft Hello World image.
1. Fill in the **Resource group** and **Container name**.
1. Discuss the **Image source** options. Use **Quickstart images**.
1. For **Container image** use **mcr.microsoft.com/azuredocs/aci-helloworld:latest (Linux)**. This sample Linux image packages a small web app written in Node.js that serves a static HTML page.
1. On the **Networking** page, specify a **DNS name label** for your container.
1. Leave all other settings as their defaults, then select **Review + create**.
In this demonstration, we will create and work with Azure Container Apps.
**Reference**: [Quickstart: Deploy your first container app using the Azure portal](https://learn.microsoft.com/azure/container-apps/quickstart-portal)
1. Search for and select **Container Apps**.
1. Complete the **Project details** and create the container apps **environment**.
1.**Review and create** the container app.
1. Use the **Application URL** link to view your application.
1. Verify the browser displays the **Welcome to Azure Container Apps** message.