AZ-204 · Question #481
Drag and Drop Question You are developing an application to store millions of images in Azure blob storage. The images are uploaded to an Azure blob storage container named companyimages contained…
The correct answer is companymedia; companyimages; Status = Final. The correct URI construction uses 'companymedia' as the storage account name, 'companyimages' as the container name, and 'Status = Final' as the tag filter expression. The Azure Blob Storage Find Blobs by Tags API uses the format…
Question
Answer Area
Drag items
Correct arrangement
- companymedia
- companyimages
- Status = Final
Explanation
The correct URI construction uses 'companymedia' as the storage account name, 'companyimages' as the container name, and 'Status = Final' as the tag filter expression. The Azure Blob Storage Find Blobs by Tags API uses the format: https://{account}.blob.core.windows.net/{container}?restype=container&comp=blobs&where={filter}, where the filter expression uses an equality operator (=) to match the exact tag value 'Final' for the index tag 'Status'.
Topics
Community Discussion
No community discussion yet for this question.