You are building an Azure Function App to process images uploaded to Blob storage. Images must be handled as quickly as possible with minimal latency. How should you configure the Function App and trigger?
Choose an answer
Tap an option to check your answer.
Correct answer: Use an App Service plan and configure an Azure Blob Storage trigger for the Function App..
Why this is the answer
The correct option is to use an App Service plan and configure an Azure Blob Storage trigger. An App Service plan provides dedicated, pre-warmed resources, which is crucial for minimizing latency and ensuring images are processed as quickly as possible. While a Consumption plan is cost-effective, it can introduce cold starts and variable latency, making it less suitable for scenarios requiring immediate processing. An Azure Blob Storage trigger is the appropriate mechanism to automatically initiate the function when a new image is uploaded to Blob storage. An Azure Blob Storage input binding is used to read blob content within a function, not to trigger it. A Timer trigger is incorrect as it executes on a schedule, not in response to a blob upload.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed