A help-desk trainee confuses an Azure storage account with a single blob container. Which hierarchy statement is correct?
Select an answer to reveal the explanation.
Short Explanation
Think mailbox building (account), then labeled drawers (containers or shares), then the letters inside (blobs or files). The account is not inside a container—the hierarchy runs the other way. Get that mental model and the trainee stops mixing the layers.
Full Explanation
Azure Storage hierarchy places the storage account at the top, with blob containers (or file shares, queues, and tables as applicable) beneath it, and data objects inside those containers or shares. A container is not the parent of the account. Understanding account versus container versus object prevents operational mistakes when granting access or locating data. This hierarchy awareness is a standard AZ-900 storage fundamentals check.