An enterprise is designing a serverless data processing pipeline in Azure to support a telemetry analysis system. The solution must host the following workloads:
- Workload 1: An event-driven API endpoint that ingests telemetry data. The workload must scale rapidly from to handle unpredictable traffic spikes, incur cost when idle, and route outbound traffic through an Azure Virtual Network to securely access a private database.
- Workload 2: A batch processing job that runs containerized custom simulation code triggered by telemetry events. The job must run for up to minutes per execution and dynamically scale down to instances when no simulations are active.
The architecture must minimize operational management overhead and monthly hosting costs.
Which two compute solutions should you recommend? (Select two.)
- Azure Functions on a Flex Consumption plan for Workload 1Cevap
- Azure Container Apps Jobs for Workload 2Cevap
- CAzure Functions on a Consumption plan for Workload 2
- DAn Azure Kubernetes Service (AKS) cluster for Workload 2
- EAzure Functions on a Consumption plan for Workload 1