nerdexam
Microsoft

AZ-305 · Question #14

You have an Azure subscription. The subscription has a blob container that contains multiple blobs. Ten users in the finance department of your company plan to access the blobs during the month of…

The correct answer is A. shared access signatures (SAS). Shared Access Signatures (SAS) allows for limited-time fine grained access control to resources. So you can generate URL, specify duration (for month of April) and disseminate URL to 10 team members. On May 1, the SAS token is automatically invalidated, denying team members…

Submitted by jian89· Mar 6, 2026Implement security

Question

You have an Azure subscription. The subscription has a blob container that contains multiple blobs. Ten users in the finance department of your company plan to access the blobs during the month of April. You need to recommend a solution to enable access to the blobs during the month of April only. Which security solution should you include in the recommendation?

Options

  • Ashared access signatures (SAS)
  • BConditional Access policies
  • Ccertificates
  • Daccess keys

How the community answered

(36 responses)
  • A
    75% (27)
  • B
    14% (5)
  • C
    3% (1)
  • D
    8% (3)

Explanation

Shared Access Signatures (SAS) allows for limited-time fine grained access control to resources. So you can generate URL, specify duration (for month of April) and disseminate URL to 10 team members. On May 1, the SAS token is automatically invalidated, denying team members continued access. https://docs.microsoft.com/en-us/azure/storage/common/storage-sas-overview

Topics

#shared access signatures#time-limited access#blob storage#storage authorization

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice