A public-library catalog is a conventional multi-page web app that needs a custom domain, deployment slots, and app settings in the IIS-style App Service model. Which Azure compute option should the developer choose?
Select an answer to reveal the explanation.
Short Explanation
A library catalog is a classic website, not a one-shot webhook or a tiny scale-to-zero service farm. App Service Web Apps is the host built for that pattern—custom domain, slots, and app settings included. Pick the tool that matches the shape of the app.
Full Explanation
Azure App Service Web Apps is the appropriate host for a conventional multi-page web application that needs deployment slots, custom domains, and configuration via app settings. Azure Functions fit event-driven units of work, while ACI and Container Apps target different container hosting patterns. Forcing a Functions or mesh design onto a classic catalog site adds complexity without matching the workload.