You are designing the hosting infrastructure for a new reporting solution in Azure that consists of two distinct workloads:
* Workload 1: A REST API frontend that receives metadata and writes it to a database. It experiences highly unpredictable, infrequent traffic spikes. Minimizing idle costs is a critical requirement, and the hosting environment must scale to zero when there is no traffic.
* Workload 2: A PDF generation engine triggered by queue messages. The report generation process can take up to 20 minutes to complete. The service must access an image library hosted on an on-premises server connected via an Azure Virtual Network.
You need to select the compute options that meet the requirements while minimizing both administrative overhead and cost.
Which hosting configuration should you recommend?
- Workload 1 hosted on Azure Functions (Consumption plan); Workload 2 hosted on Azure Functions (Premium plan)Cevap
- BWorkload 1 hosted on Azure Functions (Consumption plan); Workload 2 hosted on Azure Functions (Consumption plan)
- CWorkload 1 hosted on Azure Functions (Premium plan); Workload 2 hosted on Azure Functions (Premium plan)
- DWorkload 1 hosted on Azure Functions (Consumption plan); Workload 2 hosted on Azure Kubernetes Service (AKS)