Free Actual Microsoft Azure AZ-204 Actual Exam Questions - Question 3 Discussion

Question No. 3
Note: This question is part of a series of questions that present the same scenario. Each question in
the series contains a unique solution that might meet the stated goals. Some question sets might
have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a
web service which then stores the photos in Azure Storage Blob storage. The storage account type is
General-purpose V2.
When photos are uploaded, they must be processed to produce and save a mobile-friendly version of
the image. The process to produce a mobile-friendly version of the image must start in less than one
minute.
You need to design the process that starts the photo processing.
Solution: Move photo processing to an Azure Function triggered from the blob upload.
Does the solution meet the goal?
Select one option, then reveal solution.
US
DD
David D.
2026-02-15

Sounds right, Azure Functions trigger instantly on blob upload. A

0
RJ
Ryan J.
2026-02-13

A, Azure Functions are event-driven and typically start immediately after a blob upload.

0
BA
Bilal A.
2026-01-28

Maybe A. Azure Functions triggered by blob uploads are designed for event-driven processing and usually start quickly enough, so this fits the need for under one minute start time.

0
CA
Chris A.
2026-01-21

Not B, A makes sense because Azure Functions can respond quickly to blob uploads and start processing within a minute, which fits the requirement well.

0
MF
Mason F.
2026-01-19

Probably A

0