Field crews upload unstructured pothole photos that must be stored as objects in Azure. Which Azure Storage service best fits that data type?
Select an answer to reveal the explanation.
Short Explanation
Loose photo files are blob territory — unstructured objects in a bucket-style store. Files are SMB shares, queues are messages, tables are entity rows. Pothole pictures point to Blob storage.
Full Explanation
Azure Blob storage stores unstructured object data such as images, documents, and media. For civic scenarios like pothole photos, blob is the compare-level choice among Azure Storage services, whereas Files, Queues, and Tables address shares, messaging, and structured entities respectively.