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 planCevap
- BConsumption plan
- CShared App Service plan
- DBasic App Service plan
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
Azure Functions hosting plans capabilities and selection
Tahmini Süre:45s