You are developing a serverless API using Azure Functions. The API must scale automatically to handle traffic spikes, but it requires that instances are pre-warmed to completely avoid cold-start latency. Which hosting plan should you select?
- Premium planAnswer
- BConsumption plan
- CShared App Service plan
- DBasic App Service plan
Answer
Premium plan
The Premium plan is the correct choice because it offers the same dynamic scaling as the Consumption plan while ensuring that instances are kept pre-warmed to prevent cold starts.
Step-by-Step Solution
Key Concept
Azure Functions hosting plans capabilities and selection
Estimated Time:45s