A tidal-gauge lab talks about “the Cosmos table” as if one object holds everything. In the Azure Cosmos DB SDK, which resource hierarchy does the application address?
Select an answer to reveal the explanation.
Short Explanation
Cosmos isn’t one mystery “table.” You walk account → database → container → item—like building, floor, room, then the clipboard on the desk.
Full Explanation
Cosmos DB clients navigate account, database, container, then item. That hierarchy is what SDK calls target when creating databases, containers, and documents. Azure networking stacks, Azure Files paths, and Entra management-group trees are different resource models and are not the Cosmos developer hierarchy tested here.