A cranberry-bog scale team set season=fall as metadata on the container, but a blob listing does not show that value on each file. Where should the developer read season=fall?
Select an answer to reveal the explanation.
Short Explanation
Container metadata lives on the crate, not stamped on every apple inside. Read season=fall from the container client. Blob listings will not invent that key on each file.
Full Explanation
Metadata scope differs by resource: account, container, and blob each have their own clients and metadata collections. Setting metadata on a container does not propagate those keys onto individual blobs during listing. Account firewall settings and Cosmos change feed leases are unrelated to reading container metadata.