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?
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
Lashawn
10 months agoBrittni
10 months agoPolly
10 months agoDelisa
11 months agoRebecka
11 months agoSimona
11 months agoLashaunda
11 months agoFletcher
11 months agoJames
11 months agoBobbye
11 months agoReid
11 months agoLilli
11 months ago