AZ-204 · Question #615
You are developing an Azure Function app for scalability and integration with Azure Blob Storage. You must run the code in an Azure production environment that allows the function to scale based on…
The correct answer is A. Flex Consumption. Flex Consumption is a Linux-based Azure Functions hosting plan that builds on the Consumption pay for what you use serverless billing model. It gives you more flexibility and customizability by introducing private networking, instance memory size selection, and fast/large…
Question
Options
- AFlex Consumption
- BConsumption
- CPremium
- DDedicated
How the community answered
(38 responses)- A82% (31)
- B11% (4)
- C3% (1)
- D5% (2)
Explanation
Flex Consumption is a Linux-based Azure Functions hosting plan that builds on the Consumption pay for what you use serverless billing model. It gives you more flexibility and customizability by introducing private networking, instance memory size selection, and fast/large scale-out features still based on a serverless model. https://learn.microsoft.com/en-us/azure/azure-functions/flex-consumption-plan
Topics
Community Discussion
No community discussion yet for this question.