AZ-305 · Question #301
AZ-305 Question #301: Real Exam Question with Answer & Explanation
The correct answer is D: Premium. https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#scale - Event driven. Scale out automatically, even during periods of high load. Azure Functions infrastructure scales CPU and memory resources by adding additional instances of the Functions host, based on t
Question
You are developing an app that will use Azure Functions to process Azure Event Hubs events. Request processing is estimated to take between five and 20 minutes. You need to recommend a hosting solution that meets the following requirements: - Supports estimates of request processing runtimes - Supports event-driven autoscaling for the app Which hosting plan should you recommend?
Options
- ADedicated
- BConsumption
- CApp Service
- DPremium
Explanation
https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#scale - Event driven. Scale out automatically, even during periods of high load. Azure Functions infrastructure scales CPU and memory resources by adding additional instances of the Functions host, based on the number of events that its functions are triggered on. https://learn.microsoft.com/en-us/azure/azure-functions/functions-scale#timeout - default timeout: 30 mins - max timeout: Unlimited
Community Discussion
No community discussion yet for this question.