A civic app must store large permit PDF files as objects, not as SMB shares, message queues, or NoSQL entity rows. Which Azure Storage service should the team select?
Select an answer to reveal the explanation.
Short Explanation
Big unstructured PDFs are objects — choose Blob. Queues and tables are the wrong shelves, and Files is the share tool when you need SMB folders. Match the data shape to the storage service.
Full Explanation
Among Blob, Files, Queues, and Tables, unstructured documents such as permit PDFs map to Azure Blob storage. Service selection at fundamentals depth compares data shapes: objects, file shares, messages, and structured entities — without requiring SDK coding.