Question 102 of 213
Single answerYou are developing an Azure Function App that processes images that are uploaded to an Azure Blob container.Images must be processed as quickly as possible after they are uploaded, and the solution must minimize latency. You create code to process images when theFunction App is triggered.You need to configure the Function App.What should you do? A. Use an App Service plan. Configure the Function App to use an Azure Blob Storage input trigger. B. Use a Consumption plan. Configure the Function App to use an Azure Blob Storage trigger. C. Use a Consumption plan. Configure the Function App to use a Timer trigger. D. Use an App Service plan. Configure the Function App to use an Azure Blob Storage trigger. Most Voted E. Use a Consumption plan. Configure the Function App to use an Azure Blob Storage input trigger.
A Use an App Service plan. Configure the Function App to use an Azure Blob Storage input trigger.
✓B Use a Consumption plan. Configure the Function App to use an Azure Blob Storage trigger.
C Use a Consumption plan. Configure the Function App to use a Timer trigger.
D Use an App Service plan. Configure the Function App to use an Azure Blob Storage trigger. Most Voted
E Use a Consumption plan. Configure the Function App to use an Azure Blob Storage input trigger.
✓
Correct Answer: B
Use a Consumption plan. Configure the Function App to use an Azure Blob Storage trigger.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.