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 AppsCevap
- Azure App Service (Web App for Containers)Cevap
- CAzure Kubernetes Service (AKS)
- DAzure Functions on a Consumption plan
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Selecting appropriate managed container hosting options in Azure to minimize operational overhead.