AZ-305 · Question 40 · Domain 4.1: Design a compute solution
You are designing a serverless architecture using Azure Functions.
The function will process images uploaded to Blob Storage. The processing logic takes approximately 8 minutes to execute per image. The workload is highly variable, ranging from 0 to 1,000 images per hour. You need to ensure the function scales automatically based on demand, but you also need to avoid 'cold starts' because the application requires immediate processing when an image is uploaded.
Which Azure Functions hosting plan should you recommend?
Answer options:
Premium plan
Consumption plan
Dedicated (App Service) plan
Azure Container Instances
55 questions · hints · full answers · grading