Valid AZ-101 Dumps shared by ExamDiscuss.com for Helping Passing AZ-101 Exam! ExamDiscuss.com now offer the newest AZ-101 exam dumps, the ExamDiscuss.com AZ-101 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-101 dumps with Test Engine here:
You are building a custom Azure function app to connect to Azure Event Grid. You need to ensure that resources are allocated dynamically to the function app. Billing must be based on the executions of the app. What should you configure when you create the function app?
Correct Answer: A
Explanation/Reference: Explanation: Azure Functions runs in two different modes: Consumption plan and Azure App Service plan. The Consumption plan automatically allocates compute power when your code is running. Your app is scaled out when needed to handle load, and scaled down when code is not running. Incorrect Answers: B: When you run in an App Service plan, you must manage the scaling of your function app. References: https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-first-azure-function