You are designing the serverless hosting infrastructure for an enterprise application that contains two distinct workloads:
* Workload 1: An HTTP-triggered API that processes incoming vendor requests. The API must access a backend database located in a secured Azure Virtual Network (VNet). The traffic is highly intermittent, with several hours of inactivity followed by unpredictable spikes. To minimize operating costs, the solution must scale to zero instances and incur no compute charges when idle.
* Workload 2: A queue-triggered background job that performs daily inventory synchronization. Each execution takes approximately 18 minutes to complete. The job must run on a serverless compute model that scales to zero when the queue is empty, and it must not experience timeout failures.
Which two hosting plans should you recommend to meet the requirements for both workloads? (Select two.)
- Azure Functions Flex Consumption plan for Workload 1Cevap
- BAzure Functions Consumption plan for Workload 1
- CAzure Kubernetes Service (AKS) for Workload 1
- Azure Functions Flex Consumption plan for Workload 2Cevap
- EAzure Functions Consumption plan for Workload 2
- FAzure App Service Dedicated plan (Premium v3 tier) for Workload 2