Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam AZ-204 Topic 8 Question 9 Discussion

Actual exam question for Microsoft's AZ-204 exam
Question #: 9
Topic #: 8
[All AZ-204 Questions]

You 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 the Function App is triggered.

You need to configure the Function App.

What should you do?

Show Suggested Answer Hide Answer
Suggested Answer: B

The Blob storage trigger starts a function when a new or updated blob is detected. The blob contents are provided as input to the function.

The Consumption plan limits a function app on one virtual machine (VM) to 1.5 GB of memory.


https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob-trigger

Comments

Currently there are no comments in this discussion, be the first to comment!


Save Cancel