Quickstart: Create a Node.js web app - Azure App Service | Microsoft Learn
Difference between Container Instance and Azure App Service? : r/AZURE
Azure App Service has many features that help with web application development and management. It can host apps deployed directly as binaries/scripts or containers. Stuff like auth integrations, auto-scaling, automated deployments, ci/cd integrations, etc.Azure Container Instance is a very simple container hosting service. It's not dedicated to web just hosting containers. Any kind of containers, batch jobs, web apps, etc. It's so called serverless container service in Azure.