A healthtech platform is designing an Azure architecture to ingest and analyze genomic sequencing datasets. The solution must support the following workloads:
* Workload A: An API endpoint that receives webhook notifications from external partners. The workload must scale dynamically from zero to handle high bursts of traffic, support custom domain names, and connect securely to an Azure SQL Database using virtual network integration.
* Workload B: A CPU-intensive file processing application packaged as a container image. Each processing run takes between 20 to 45 minutes depending on the file size. The compute resource must scale to zero when no files are available for processing, and it must minimize administrative overhead.
Which two Azure hosting services should you include in the design to meet these requirements?
- Azure Functions on a Flex Consumption plan for Workload ACevap
- Azure Container Apps Jobs for Workload BCevap
- CAzure Functions on a Consumption plan for Workload B
- DAzure Kubernetes Service (AKS) for Workload B
- EAzure Functions on an Elastic Premium plan for Workload B