AZ-204 · Question #427
Drag and Drop Question A company backs up all manufacturing data to Azure Blob Storage. Admins move blobs from hot storage to archive tier storage every month. You must automatically move blobs to…
The correct answer is Recurrence; List blobs 2; Condition; Tier blob; Put a message on a queue. The Logic App must start with a Recurrence trigger to run automatically once a month, then use 'List blobs 2' to enumerate all blobs in the container. A Condition block evaluates whether each blob has not been modified within 180 days (TierAgeInDays = -180); if true, 'Tier…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Recurrence
- List blobs 2
- Condition
- Tier blob
- Put a message on a queue
Explanation
The Logic App must start with a Recurrence trigger to run automatically once a month, then use 'List blobs 2' to enumerate all blobs in the container. A Condition block evaluates whether each blob has not been modified within 180 days (TierAgeInDays = -180); if true, 'Tier blob' moves it to Archive tier, and if false (not yet archivable), 'Put a message on a queue' places the blob path into the existing queue as required. This flow satisfies all requirements: scheduled automation, age-based tiering, and queue notification for non-archived items.
Topics
Community Discussion
No community discussion yet for this question.
