Your company needs to host a serverless API endpoint that generates PDF reports. Each PDF generation request is CPU-intensive and takes up to 12 minutes to complete. The solution must scale dynamically and minimize administrative overhead. Which hosting option should you recommend?
- Azure Functions on a Premium planCevap
- BAzure Functions on a Consumption plan
- CAzure Kubernetes Service (AKS)
- DAzure Virtual Machines scale set using Spot VMs
Cevap
Azure Functions on a Premium plan
Azure Functions Premium plan provides serverless scaling and low administrative overhead while allowing execution durations up to 30 minutes (or unbounded), which easily accommodates the 12-minute requirement.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate serverless compute hosting model based on execution time limits, management overhead, and reliability.