AZ-305 · Question 42 · Domain 4.1: Design a Compute Solution
You are designing a serverless architecture using Azure Functions to process images uploaded to Blob Storage.
The processing requires a custom Linux container image. The workload is highly unpredictable, with sudden massive spikes in uploads. The function must scale out rapidly to handle the spikes, but must not suffer from 'cold starts' (latency when a new instance spins up).
Which Azure Functions hosting plan should you recommend?
Answer options:
Consumption Plan
Premium Plan
Dedicated (App Service) Plan
Azure Container Instances (ACI)
55 questions · hints · full answers · grading