You are designing a compute solution for a new microservices application in Azure. The application must support event-driven auto-scaling and dynamic web traffic routing. You need to minimize the operational and administrative effort required to manage the container orchestration infrastructure. Which Azure service should you recommend?
- Azure Container AppsAnswer
- BAzure Kubernetes Service (AKS)
- CAzure Functions on a Consumption plan
- DSpot Virtual Machines
Answer
Azure Container Apps
Azure Container Apps is the correct service because it provides a serverless platform built on Kubernetes technologies like KEDA and Dapr, enabling auto-scaling and traffic routing with minimal operational overhead.
Step-by-Step Solution
Key Concept
Serverless container hosting with Azure Container Apps
Estimated Time:1m 0s