A grouse-moor booking tool needs time-boxed browser access to a blob. Which set names the official Azure Storage shared access signature types the developer should choose among?
Select an answer to reveal the explanation.
Short Explanation
Blob time-boxes come in three official flavors: user-delegation, service, and account SAS. Pick from that trio—not a grab bag of other Azure tickets.
Full Explanation
Azure Storage documents three SAS forms: user-delegation SAS (Entra-signed), service SAS (scoped to one service, typically key-signed), and account SAS (can span services, key-signed). Choosing among them is a Domain 3 security decision; uploading blob bytes remains a Domain 2 data-plane concern.