Practice free →
HomeAzure AZ-500cloudcomputingaz500compstoragedb › Which Azure storage feature lets a security engi…

Which Azure storage feature lets a security engineer generate a TIME-LIMITED, scope-bound URL for one-off blob downloads — without sharing the storage account key?

AA user-delegation SAS (user-delegation Shared Access Signature) signed with Entra credentials
BPublic bucket policy with anonymous read
CAzure DNS
DSharing the storage account access key publicly
Answer & Solution
Correct answer: A. A user-delegation SAS (user-delegation Shared Access Signature) signed with Entra credentials
User-delegation SAS gives time-bound + Entra-signed URLs (per AZ-500 §3 storage SAS). The other options leak the master key or expose data.
Solve this in the app — Azure AZ-500 practice & 24k+ MCQs →
Related questions