You are designing the hosting infrastructure for a new, simple containerized web application. The application needs to scale dynamically based on incoming HTTP traffic, and the development team wants to minimize operational overhead. Which two Azure compute options should you recommend? (Select two.)
- Azure Container AppsAnswer
- Azure App Service (Web App for Containers)Answer
- CAzure Kubernetes Service (AKS)
- DAzure Functions on a Consumption plan
Answer
Azure Container Apps and Azure App Service (Web App for Containers) are the correct options to host the application.
Azure Container Apps and Azure App Service (Web App for Containers) are the correct options because they are fully managed platform offerings that require minimal operational overhead and support automatic, dynamic scaling based on HTTP traffic. This matches the requirements of hosting a simple containerized web application with low administrative effort.
Step-by-Step Solution
Key Concept
Selecting appropriate managed container hosting options in Azure to minimize operational overhead.