An organization is deploying a latency-sensitive public web API using Azure Functions. The API experiences unpredictable traffic spikes but must respond to all requests with minimal delay. The organization wants to use a serverless billing model that scales dynamically while completely avoiding latency spikes caused by cold starts. Which Azure Functions hosting plan should you recommend?
- Premium planAnswer
- BConsumption plan
- CDedicated plan
- DAzure Kubernetes Service
Answer
Premium plan
The Premium plan provides pre-warmed instances that prevent cold starts while still offering dynamic scaling and serverless billing features.
Step-by-Step Solution
Key Concept
Azure Functions hosting plans features and cold start mitigation
Estimated Time:45s