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 dur... 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?
Understand the Problem
The question is asking for a recommendation on a security solution that would allow access to Azure blob storage for a specific group of users (ten users in the finance department) during the month of April only. The focus is on a solution that restricts access based on time.
Answer
Shared Access Signatures (SAS).
The final answer is to use Shared Access Signatures (SAS).
Answer for screen readers
The final answer is to use Shared Access Signatures (SAS).
More Information
Shared Access Signatures (SAS) allow you to grant limited access to Azure Storage resources. You can specify the permissions and the expiration date, making it perfect for time-bound access scenarios like allowing access only during a specific month.
Tips
A common mistake is to over-grant permissions. Ensure that SAS tokens are restricted to only the necessary operations and have an appropriate expiration time to maintain security.
Sources
- Exam AZ-305 topic 1 question 2 discussion - ExamTopics - examtopics.com
- Exam AZ-304 topic 2 question 16 discussion - ExamTopics - examtopics.com
- Securing Access to Azure Blobs for Finance Department during April - exam-answer.com
AI-generated content may contain errors. Please verify critical information