A fjord-cabin photo album stores binary images with blob metadata in Azure. A teammate proposes Queue Storage or Azure SQL as the primary store because both are “Azure storage.” Which service selection matches Domain 2 for these objects?
Select an answer to reveal the explanation.
Short Explanation
Photos are crates of bytes—Blob Storage is the warehouse for that shape. Queues pass small work tickets; SQL stores structured rows. Calling everything “Azure storage” does not make Queue or SQL the right home for an image album.
Full Explanation
Azure Blob Storage is the Domain 2 service for unstructured binary objects with properties and metadata. Queue Storage is a messaging service (Domain 5). Azure SQL and Azure Files are not the official Blob skill substitutes for this photo-object scenario.