Night-shift staff only need to read blobs in one lock-photo container. Which access design follows least privilege?
Select an answer to reveal the explanation.
Short Explanation
One photo drawer, one read-only badge. Scope Storage Blob Data Reader to that container—don’t hand over the master account key to the whole warehouse.
Full Explanation
Least-privilege blob access uses Azure RBAC data-plane roles at the narrowest practical scope, including a single container or a directory when hierarchical namespace is enabled. Storage Blob Data Reader grants read and list without write or delete. The account key provides broad data-plane power across services and should not be the default for human readers. Anonymous public access expands exposure rather than enforcing identity-based least privilege.