A digital media publishing company is designing a new platform on Azure to manage content delivery and media transformation. The platform has the following components:
* A set of front-end and back-end API microservices that experience highly variable HTTP traffic and must scale to zero instances during idle periods to minimize costs.
* A video-rendering service that requires deploying custom Kubernetes Custom Resource Definitions (CRDs) and custom operators to orchestrate rendering tasks.
* A background analytics worker that must process message queues and requires Event-Driven Autoscaling (KEDA) integration.
The design must minimize administrative overhead where possible.
Which two container hosting solutions should you recommend? (Select two.)
- Azure Container Apps for the API microservices and the background analytics workerAnswer
- Azure Kubernetes Service (AKS) for the video-rendering serviceAnswer
- CAzure Kubernetes Service (AKS) for the API microservices and the background analytics worker
- DAzure Container Apps for all three components, including the video-rendering service
- EAzure Container Instances (ACI) for the video-rendering service