You are deploying a new Azure Function App. You require a hosting plan that scales dynamically and automatically based on the number of incoming events, without requiring manual scale configuration or setting up autoscale metrics. Which of the following hosting plans meet this requirement? (Select TWO)
- Consumption planAnswer
- Elastic Premium planAnswer
- CDedicated App Service plan
- DBasic App Service plan
Answer
The Consumption plan and Elastic Premium plan both support dynamic and automatic scaling based on the number of incoming events.
The correct hosting plans are the Consumption plan and the Elastic Premium plan. Both of these plans scale instances dynamically and automatically in response to incoming events. The Consumption plan scales down to zero when idle, while the Elastic Premium plan maintains pre-warmed instances to prevent cold starts, but both utilize the serverless scaling infrastructure.
Step-by-Step Solution
Key Concept
Azure Functions hosting plans and their scaling capabilities.
Estimated Time:45s