An organization is designing a cloud architecture on Azure for a new retail platform. The architecture requires three distinct host environments:
1. A containerized backend service that runs continuously, requires complex orchestration, service discovery, and fine-grained control over pod scheduling.
2. A temporary, event-driven containerized task that executes on demand for less than 10 minutes to process images, requiring rapid startup and no orchestration overhead.
3. A customer-facing web portal that requires automatic OS-level patching, SSL certificate management, and minimal infrastructure management.
To minimize cost and administrative effort while meeting these exact technical requirements, which combination of Azure compute services should the organization choose?
- AAzure Container Instances (ACI) for the backend service, Azure Kubernetes Service (AKS) for the image processing task, and Azure App Service for the web portal.
- Azure Kubernetes Service (AKS) for the backend service, Azure Container Instances (ACI) for the image processing task, and Azure App Service for the web portal.Cevap
- CAzure Kubernetes Service (AKS) for the backend service, Azure Container Instances (ACI) for the image processing task, and Azure Virtual Machines for the web portal.
- DAzure Kubernetes Service (AKS) for the backend service, Azure Container Instances (ACI) for the image processing task, and Microsoft 365 for the web portal.