A startup needs to host a simple, containerized web API. The solution must support automated scaling, require zero server or cluster management overhead, and provide a secure, private registry to store the container images. Which two services should you recommend?
- Azure Container AppsAnswer
- Azure Container RegistryAnswer
- CAzure Kubernetes Service (AKS)
- DAzure Virtual Machines using Spot instances
Answer
Azure Container Apps and Azure Container Registry
Azure Container Apps offers serverless container execution that scales automatically, fulfilling the requirement for zero cluster management overhead. Azure Container Registry provides a secure, private repository to manage and store container images.
Step-by-Step Solution
Key Concept
Selecting managed container hosting and private image storage solutions to minimize administrative overhead.